#include <benchmark_api_internal.h>
Public Attributes | |
std::vector< int > | arg |
Benchmark * | benchmark |
BigO | complexity |
BigOFunc * | complexity_lambda |
UserCounters | counters |
size_t | iterations |
bool | last_benchmark_instance |
double | min_time |
std::string | name |
int | range_multiplier |
int | repetitions |
ReportMode | report_mode |
int | threads |
TimeUnit | time_unit |
bool | use_manual_time |
bool | use_real_time |
Definition at line 16 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
std::vector< int > benchmark::internal::Benchmark::Instance::arg |
Definition at line 20 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
Benchmark * benchmark::internal::Benchmark::Instance::benchmark |
Definition at line 18 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
BigO benchmark::internal::Benchmark::Instance::complexity |
Definition at line 25 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
BigOFunc * benchmark::internal::Benchmark::Instance::complexity_lambda |
Definition at line 26 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
UserCounters benchmark::internal::Benchmark::Instance::counters |
Definition at line 27 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
size_t benchmark::internal::Benchmark::Instance::iterations |
Definition at line 31 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
bool benchmark::internal::Benchmark::Instance::last_benchmark_instance |
Definition at line 28 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
double benchmark::internal::Benchmark::Instance::min_time |
Definition at line 30 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
std::string benchmark::internal::Benchmark::Instance::name |
Definition at line 17 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
int benchmark::internal::Benchmark::Instance::range_multiplier |
Definition at line 22 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
int benchmark::internal::Benchmark::Instance::repetitions |
Definition at line 29 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
ReportMode benchmark::internal::Benchmark::Instance::report_mode |
Definition at line 19 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
int benchmark::internal::Benchmark::Instance::threads |
Definition at line 32 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
TimeUnit benchmark::internal::Benchmark::Instance::time_unit |
Definition at line 21 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
bool benchmark::internal::Benchmark::Instance::use_manual_time |
Definition at line 24 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.
bool benchmark::internal::Benchmark::Instance::use_real_time |
Definition at line 23 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark_api_internal.h.