This is the complete list of members for testing::Benchmark, including all inherited members.
Arg(int x) | testing::Benchmark | |
args_ | testing::Benchmark | private |
Benchmark(const char *name, void(*fn)(int)) | testing::Benchmark | inline |
Benchmark(const char *name, void(*fn_range)(int, int)) | testing::Benchmark | inline |
fn_ | testing::Benchmark | private |
fn_range_ | testing::Benchmark | private |
Name() | testing::Benchmark | |
name_ | testing::Benchmark | private |
Range(int lo, int hi) | testing::Benchmark | |
Register(const char *name, void(*fn)(int), void(*fn_range)(int, int)) | testing::Benchmark | private |
Run() | testing::Benchmark | |
RunRepeatedlyWithArg(int iterations, int arg) | testing::Benchmark | private |
RunWithArg(int arg) | testing::Benchmark | private |
ShouldRun(int argc, char *argv[]) | testing::Benchmark |