#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 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_pause_during | ) |
void BM_empty | ( | benchmark::State & | state | ) |
Definition at line 6 of file basic_test.cc.
void BM_empty_stop_start | ( | benchmark::State & | state | ) |
Definition at line 92 of file basic_test.cc.
void BM_pause_during | ( | benchmark::State & | state | ) |
Definition at line 52 of file basic_test.cc.
void BM_spin_empty | ( | benchmark::State & | state | ) |
Definition at line 14 of file basic_test.cc.
void BM_spin_pause_after | ( | benchmark::State & | state | ) |
Definition at line 63 of file basic_test.cc.
void BM_spin_pause_before | ( | benchmark::State & | state | ) |
Definition at line 24 of file basic_test.cc.
void BM_spin_pause_before_and_after | ( | benchmark::State & | state | ) |
Definition at line 76 of file basic_test.cc.
void BM_spin_pause_during | ( | benchmark::State & | state | ) |
Definition at line 37 of file basic_test.cc.