MCKL
Monte Carlo Kernel Library
Classes | Typedefs
Stop watch

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...
 

Detailed Description

Time measurement.

Typedef Documentation

◆ StopWatch

Stop watch using <chrono>

Definition at line 291 of file stop_watch.hpp.