UtilsLite
Utilities for C++ programming
Loading...
Searching...
No Matches
TicToc.hxx File Reference

Go to the source code of this file.

Classes

class  Utils::TicToc
 A class for timing code execution. More...
 

Namespaces

namespace  Utils
 

Functions

void Utils::sleep_for_seconds (unsigned s)
 Sleep for a specified number of seconds.
 
void Utils::sleep_for_milliseconds (unsigned ms)
 Sleep for a specified number of milliseconds.
 
void Utils::sleep_for_microseconds (unsigned mus)
 Sleep for a specified number of microseconds.
 
void Utils::sleep_for_nanoseconds (unsigned ns)
 Sleep for a specified number of nanoseconds.