|
Thrill
0.1
|
#include <chrono>#include <limits>#include <mutex>#include <string>#include <tlx/logger/core.hpp>#include <foxxll/common/utils.hpp>#include <foxxll/config.hpp>#include <tlx/string/format_si_iec_units.hpp>
Include dependency graph for timer.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | fake_timer |
| Class fake_timer is a drop-in replacement for timer, which does nothing. More... | |
| class | scoped_print_timer |
| Simple scoped timer, which takes a text message and prints the duration until the scope is destroyed. More... | |
| class | timer |
| Class timer is a simple stop watch timer. More... | |
Namespaces | |
| foxxll | |
FOXXLL library namespace | |
Functions | |
| static double | timestamp () |
| Returns number of seconds since the epoch, high resolution. More... | |