#include <benchmark.h>
Public Types | |
enum | Flags { kDefaults = 0, kIsRate = 1, kAvgThreads = 2, kAvgThreadsRate = kIsRate|kAvgThreads } |
Public Member Functions | |
BENCHMARK_ALWAYS_INLINE | Counter (double v=0., Flags f=kDefaults) |
BENCHMARK_ALWAYS_INLINE | operator double & () |
BENCHMARK_ALWAYS_INLINE | operator double const & () const |
Public Attributes | |
Flags | flags |
double | value |
Definition at line 337 of file benchmark.h.
Enumerator | |
---|---|
kDefaults | |
kIsRate | |
kAvgThreads | |
kAvgThreadsRate |
Definition at line 340 of file benchmark.h.
|
inline |
Definition at line 356 of file benchmark.h.
|
inline |
Definition at line 359 of file benchmark.h.
|
inline |
Definition at line 358 of file benchmark.h.
Flags benchmark::Counter::flags |
Definition at line 353 of file benchmark.h.
double benchmark::Counter::value |
Definition at line 352 of file benchmark.h.