#include "benchmark/benchmark.h"#include <cassert>#include <iostream>#include <set>#include <vector>
Go to the source code of this file.
Classes | |
| class | MultipleRangesFixture |
Functions | |
| Args ({7, 6, 3}) | |
| BENCHMARK (BM_CheckDefaultArgument) -> Ranges( | |
| BENCHMARK (BM_MultipleRanges) -> Ranges( | |
| BENCHMARK_DEFINE_F (MultipleRangesFixture, Empty)(benchmark | |
| BENCHMARK_MAIN () | |
| void | BM_CheckDefaultArgument (benchmark::State &state) |
| static void | BM_MultipleRanges (benchmark::State &st) |
| RangeMultiplier (2) -> Ranges( | |
| Args | ( | {7, 6, 3} | ) |
| BENCHMARK | ( | BM_CheckDefaultArgument | ) | -> Ranges( |
Definition at line 88 of file benchmark/test/multiple_ranges_test.cc.
| BENCHMARK | ( | BM_MultipleRanges | ) | -> Ranges( |
Definition at line 94 of file benchmark/test/multiple_ranges_test.cc.
| BENCHMARK_DEFINE_F | ( | MultipleRangesFixture | , |
| Empty | |||
| ) |
Definition at line 67 of file benchmark/test/multiple_ranges_test.cc.
| BENCHMARK_MAIN | ( | ) |
| void BM_CheckDefaultArgument | ( | benchmark::State & | state | ) |
Definition at line 81 of file benchmark/test/multiple_ranges_test.cc.
|
static |
Definition at line 90 of file benchmark/test/multiple_ranges_test.cc.
| RangeMultiplier | ( | 2 | ) | -> Ranges( |
Definition at line 77 of file benchmark/test/multiple_ranges_test.cc.