vSMC  v3.0.0
Scalable Monte Carlo
Classes | Typedefs
Stop watch

Time measurement. More...

Classes

class  vsmc::StopWatchClockAdapter< ClockType >
 StopWatch as an adapter of C++11 clock. More...
 
class  vsmc::StopWatchGuard< WatchType >
 Start and stop a StopWatch in scope (similiar to a mutex lock guard) More...
 

Typedefs

using vsmc::StopWatch = StopWatchClockAdapter< std::chrono::high_resolution_clock >
 Stop watch using <chrono> More...
 

Detailed Description

Time measurement.

Typedef Documentation

using vsmc::StopWatch = typedef StopWatchClockAdapter< std::chrono::high_resolution_clock >

Stop watch using <chrono>

Definition at line 241 of file stop_watch.hpp.