#include "benchmark/benchmark.h"
#include <cassert>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <iostream>
#include <limits>
#include <sstream>
#include <string>
Go to the source code of this file.
Functions | |
BENCHMARK (BM_Bar) | |
BENCHMARK (BM_Foo) | |
BENCHMARK (BM_FooBa) | |
BENCHMARK (BM_FooBar) | |
BENCHMARK (NoPrefix) | |
static void | BM_Bar (benchmark::State &state) |
static void | BM_Foo (benchmark::State &state) |
static void | BM_FooBa (benchmark::State &state) |
static void | BM_FooBar (benchmark::State &state) |
int | main (int argc, char **argv) |
static void | NoPrefix (benchmark::State &state) |
BENCHMARK | ( | BM_Bar | ) |
BENCHMARK | ( | BM_Foo | ) |
BENCHMARK | ( | BM_FooBa | ) |
BENCHMARK | ( | BM_FooBar | ) |
BENCHMARK | ( | NoPrefix | ) |
|
static |
Definition at line 50 of file filter_test.cc.
|
static |
Definition at line 44 of file filter_test.cc.
|
static |
Definition at line 62 of file filter_test.cc.
|
static |
Definition at line 56 of file filter_test.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 68 of file filter_test.cc.
|
static |
Definition at line 38 of file filter_test.cc.