benchmark 1.8.3
|
Classes | |
struct | Result |
Public Member Functions | |
ThreadManager (int num_threads) | |
Mutex & | GetBenchmarkMutex () const RETURN_CAPABILITY(benchmark_mutex_) |
bool | StartStopBarrier () EXCLUDES(end_cond_mutex_) |
void | NotifyThreadComplete () EXCLUDES(end_cond_mutex_) |
void | WaitForAllThreads () EXCLUDES(end_cond_mutex_) |
GUARDED_BY (GetBenchmarkMutex()) Result results | |