#include <thread_manager.h>
Public Attributes | |
int64_t | bytes_processed = 0 |
int64_t | complexity_n = 0 |
int | complexity_n = 0 |
UserCounters | counters |
double | cpu_time_used = 0 |
std::string | error_message_ |
bool | has_error_ = false |
int64_t | items_processed = 0 |
IterationCount | iterations = 0 |
double | manual_time_used = 0 |
double | real_time_used = 0 |
std::string | report_label_ |
Definition at line 40 of file third_party/benchmark/src/thread_manager.h.
int64_t benchmark::internal::ThreadManager::Result::bytes_processed = 0 |
Definition at line 148 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark.cc.
int benchmark::internal::ThreadManager::Result::complexity_n = 0 |
Definition at line 45 of file third_party/benchmark/src/thread_manager.h.
int benchmark::internal::ThreadManager::Result::complexity_n = 0 |
Definition at line 150 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark.cc.
UserCounters benchmark::internal::ThreadManager::Result::counters |
Definition at line 49 of file third_party/benchmark/src/thread_manager.h.
double benchmark::internal::ThreadManager::Result::cpu_time_used = 0 |
Definition at line 43 of file third_party/benchmark/src/thread_manager.h.
std::string benchmark::internal::ThreadManager::Result::error_message_ |
Definition at line 47 of file third_party/benchmark/src/thread_manager.h.
Definition at line 48 of file third_party/benchmark/src/thread_manager.h.
int64_t benchmark::internal::ThreadManager::Result::items_processed = 0 |
Definition at line 149 of file bloaty/third_party/protobuf/third_party/benchmark/src/benchmark.cc.
IterationCount benchmark::internal::ThreadManager::Result::iterations = 0 |
Definition at line 41 of file third_party/benchmark/src/thread_manager.h.
double benchmark::internal::ThreadManager::Result::manual_time_used = 0 |
Definition at line 44 of file third_party/benchmark/src/thread_manager.h.
double benchmark::internal::ThreadManager::Result::real_time_used = 0 |
Definition at line 42 of file third_party/benchmark/src/thread_manager.h.
std::string benchmark::internal::ThreadManager::Result::report_label_ |
Definition at line 46 of file third_party/benchmark/src/thread_manager.h.