95 static std::string
prettyTime(
long long time_us);
125 Timer(std::ostream &outStream = std::cout);
142 void tic(
const std::string& output =
"");
158 long long _startTime;
160 std::ostream& _outStream;
213 long long _startTime;
The MyDateTime struct provides pretty printed date - time strings with microsecond resolution...
static std::string prettyDate()
Get a pretty printed version of the current system date and time.
static long long time_us()
Get the elapsed microseconds since system boot.
static std::string prettyTime()
Timestamp relative to system boot in microsecond accuracy of the form xxxxxxxxxxxx.xxxxxx (s.mus).
The Profiler class provides a simple stop-watch in microsecond accuracy for simple profiling tasks (s...
The Timer class provides a simple stop-watch in microsecond accuracy for simple profiling tasks (simi...