libcopp  2.2.0
Functions
benchmark.cpp File Reference
#include <benchmark/benchmark.h>
#include <atomic>
Include dependency graph for benchmark.cpp:

Go to the source code of this file.

Functions

static void BM_SomeFunction (benchmark::State &state)
 
 BENCHMARK (BM_SomeFunction)
 
 BENCHMARK_MAIN ()
 

Function Documentation

◆ BENCHMARK()

BENCHMARK ( BM_SomeFunction  )

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )

◆ BM_SomeFunction()

static void BM_SomeFunction ( benchmark::State &  state)
static

Definition at line 7 of file benchmark.cpp.