#include <benchmark.h>
Public Member Functions | |
Statistics (const std::string &name, StatisticsFunc *compute, StatisticUnit unit=kTime) | |
Public Attributes | |
StatisticsFunc * | compute_ |
std::string | name_ |
StatisticUnit | unit_ |
Definition at line 464 of file benchmark/include/benchmark/benchmark.h.
|
inline |
Definition at line 469 of file benchmark/include/benchmark/benchmark.h.
StatisticsFunc* benchmark::internal::Statistics::compute_ |
Definition at line 466 of file benchmark/include/benchmark/benchmark.h.
std::string benchmark::internal::Statistics::name_ |
Definition at line 465 of file benchmark/include/benchmark/benchmark.h.
StatisticUnit benchmark::internal::Statistics::unit_ |
Definition at line 467 of file benchmark/include/benchmark/benchmark.h.