Xped
Loading...
Searching...
No Matches
Stopwatch.hpp File Reference
#include <chrono>
#include <fstream>
#include <functional>
#include <iostream>
#include <sstream>
#include "fmt/chrono.h"
#include "fmt/core.h"
Include dependency graph for Stopwatch.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Xped::util::Stopwatch< ClockClass >
 

Namespaces

namespace  Xped
 
namespace  Xped::util
 

Enumerations

enum class  Xped::util::TimeUnit {
  Xped::util::MILLISECONDS , Xped::util::SECONDS , Xped::util::MINUTES , Xped::util::HOURS ,
  Xped::util::DAYS , Xped::util::NATURAL
}
 

Functions

std::string Xped::util::format_secs (std::chrono::duration< double, std::ratio< 1, 1 > > dts)