cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of classes of monotone clocks. More...
Go to the source code of this file.
Classes | |
class | stat_bench::clock::StdMonotoneTimePoint |
Class of time points of the monotone clock in C++ standard library. More... | |
class | stat_bench::clock::UnixMonotoneTimePoint |
Class of time points of the monotone clock in Unix. More... | |
class | stat_bench::clock::WinMonotoneTimePoint |
Class of time points of the monotone clock in Windows. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::clock |
Namespace of clocks for benchmarks. | |
Typedefs | |
using | stat_bench::clock::MonotoneTimePoint = <platform_dependent_type> |
Type of the monotone clock to use. | |
Definition of classes of monotone clocks.
Definition in file monotone_time_point.h.