cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
monotone_time_point.h File Reference

Definition of classes of monotone clocks. More...

#include <chrono>
#include "stat_bench/clock/duration.h"
#include <cstdint>
#include <time.h>
+ Include dependency graph for monotone_time_point.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of classes of monotone clocks.

Definition in file monotone_time_point.h.