#include "benchmark/benchmark.h"
Go to the source code of this file.
Macros | |
#define | BASIC_BENCHMARK_TEST(x) BENCHMARK(x)->Arg(8)->Arg(512)->Arg(8192) |
Definition at line 4 of file benchmark/test/basic_test.cc.
BASIC_BENCHMARK_TEST | ( | BM_spin_empty | ) |
BASIC_BENCHMARK_TEST | ( | BM_spin_pause_after | ) |
BASIC_BENCHMARK_TEST | ( | BM_spin_pause_before | ) |
BASIC_BENCHMARK_TEST | ( | BM_spin_pause_before_and_after | ) |
BASIC_BENCHMARK_TEST | ( | BM_spin_pause_during | ) |
BENCHMARK | ( | BM_empty | ) |
BENCHMARK | ( | BM_empty_stop_start | ) |
BENCHMARK | ( | BM_KeepRunning | ) |
BENCHMARK | ( | BM_KeepRunningBatch | ) | -> Repetitions(1) |
BENCHMARK | ( | BM_pause_during | ) |
BENCHMARK | ( | BM_RangedFor | ) |
BENCHMARK_MAIN | ( | ) |
void BM_empty | ( | benchmark::State & | state | ) |
Definition at line 6 of file benchmark/test/basic_test.cc.
void BM_empty_stop_start | ( | benchmark::State & | state | ) |
Definition at line 92 of file benchmark/test/basic_test.cc.
void BM_KeepRunning | ( | benchmark::State & | state | ) |
Definition at line 100 of file benchmark/test/basic_test.cc.
void BM_KeepRunningBatch | ( | benchmark::State & | state | ) |
Definition at line 110 of file benchmark/test/basic_test.cc.
void BM_pause_during | ( | benchmark::State & | state | ) |
Definition at line 52 of file benchmark/test/basic_test.cc.
void BM_RangedFor | ( | benchmark::State & | state | ) |
Definition at line 136 of file benchmark/test/basic_test.cc.
void BM_spin_empty | ( | benchmark::State & | state | ) |
Definition at line 14 of file benchmark/test/basic_test.cc.
void BM_spin_pause_after | ( | benchmark::State & | state | ) |
Definition at line 63 of file benchmark/test/basic_test.cc.
void BM_spin_pause_before | ( | benchmark::State & | state | ) |
Definition at line 24 of file benchmark/test/basic_test.cc.
void BM_spin_pause_before_and_after | ( | benchmark::State & | state | ) |
Definition at line 76 of file benchmark/test/basic_test.cc.
void BM_spin_pause_during | ( | benchmark::State & | state | ) |
Definition at line 37 of file benchmark/test/basic_test.cc.