|
MCKL
Monte Carlo Kernel Library
|
Time measurement. More...
Classes | |
| class | mckl::StopWatchClockAdapter< ClockType > |
| StopWatch as an adapter of C++ standard library compatible clock. More... | |
| class | mckl::StopWatchGuard< WatchType > |
| Start and stop a StopWatch in scope (similiar to a mutex lock guard) More... | |
Typedefs | |
| using | mckl::StopWatch = StopWatchClockAdapter<> |
Stop watch using <chrono> More... | |
Time measurement.
| using mckl::StopWatch = typedef StopWatchClockAdapter<> |
Stop watch using <chrono>
Definition at line 291 of file stop_watch.hpp.
1.8.13