#include <cassert>
#include <cstddef>
#include "benchmark/benchmark.h"
Go to the source code of this file.
Functions | |
BENCHMARK (BM_counters) | |
BENCHMARK (BM_empty) | |
BENCHMARK (BM_old_arg_range_interface) -> ArgPair(1, 2) ->RangePair(5, 5, 6, 6) | |
BENCHMARK_TEMPLATE (BM_template1, long) | |
BENCHMARK_TEMPLATE1 (BM_template1, int) | |
BENCHMARK_TEMPLATE2 (BM_template2, int, long) | |
void | BM_counters (benchmark::State &state) |
void | BM_empty (benchmark::State &state) |
void | BM_old_arg_range_interface (benchmark::State &state) |
template<class T > | |
void | BM_template1 (benchmark::State &state) |
template<class T , class U > | |
void | BM_template2 (benchmark::State &state) |
BENCHMARK | ( | BM_counters | ) |
BENCHMARK | ( | BM_empty | ) |
BENCHMARK | ( | BM_old_arg_range_interface | ) | -> ArgPair(1, 2) ->RangePair(5, 5, 6, 6) |
BENCHMARK_TEMPLATE | ( | BM_template1 | , |
long | |||
) |
BENCHMARK_TEMPLATE1 | ( | BM_template1 | , |
int | |||
) |
BENCHMARK_TEMPLATE2 | ( | BM_template2 | , |
int | , | ||
long | |||
) |
void BM_counters | ( | benchmark::State & | state | ) |
Definition at line 42 of file protobuf/third_party/benchmark/test/cxx03_test.cc.
void BM_empty | ( | benchmark::State & | state | ) |
Definition at line 11 of file protobuf/third_party/benchmark/test/cxx03_test.cc.
void BM_old_arg_range_interface | ( | benchmark::State & | state | ) |
Definition at line 21 of file protobuf/third_party/benchmark/test/cxx03_test.cc.
void BM_template1 | ( | benchmark::State & | state | ) |
Definition at line 36 of file protobuf/third_party/benchmark/test/cxx03_test.cc.
void BM_template2 | ( | benchmark::State & | state | ) |
Definition at line 30 of file protobuf/third_party/benchmark/test/cxx03_test.cc.