#include <stddef.h>
#include <stdint.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | testing::Benchmark |
Namespaces | |
testing | |
Macros | |
#define | BENCHMARK(f) |
Functions | |
void | SetBenchmarkFlopsProcessed (int64_t) |
void | StartBenchmarkTiming () |
void | StopBenchmarkTiming () |
#define BENCHMARK | ( | f | ) |
Definition at line 47 of file benchmark.h.
void SetBenchmarkFlopsProcessed | ( | int64_t | ) |
Definition at line 193 of file benchmark_main.cc.
void StartBenchmarkTiming | ( | ) |
Definition at line 202 of file benchmark_main.cc.
void StopBenchmarkTiming | ( | ) |
Definition at line 196 of file benchmark_main.cc.