cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::clock Namespace Reference

Namespace of clocks for benchmarks. More...

Classes

class  Duration
 Class of durations. More...
 
class  StdMonotoneTimePoint
 Class of time points of the monotone clock in C++ standard library. More...
 
class  StopWatch
 Class of a stop watch. More...
 
class  SystemClock
 Class of a system clock. More...
 
class  SystemTimePoint
 Class of time points of system clocks. More...
 
class  UnixMonotoneTimePoint
 Class of time points of the monotone clock in Unix. More...
 
class  WinMonotoneTimePoint
 Class of time points of the monotone clock in Windows. More...
 

Typedefs

using MonotoneTimePoint = <platform_dependent_type>
 Type of the monotone clock to use.
 

Detailed Description

Namespace of clocks for benchmarks.

Typedef Documentation

◆ MonotoneTimePoint

using stat_bench::clock::MonotoneTimePoint = <platform_dependent_type>

Type of the monotone clock to use.

Definition at line 191 of file monotone_time_point.h.