Functions
options_test.cc File Reference
#include "benchmark/benchmark.h"
#include <chrono>
#include <thread>
#include <cassert>
Include dependency graph for options_test.cc:

Go to the source code of this file.

Functions

 BENCHMARK (BM_basic)
 
 BENCHMARK (BM_basic_slow) -> Arg(10) ->Unit(benchmark::kNanosecond)
 
 BENCHMARK (BM_explicit_iteration_count) -> Iterations(42)
 
void BM_basic (benchmark::State &state)
 
void BM_basic_slow (benchmark::State &state)
 
void BM_explicit_iteration_count (benchmark::State &st)
 
void CustomArgs (benchmark::internal::Benchmark *b)
 

Function Documentation

◆ BENCHMARK() [1/3]

BENCHMARK ( BM_basic  )

Definition at line 31 of file options_test.cc.

◆ BENCHMARK() [2/3]

BENCHMARK ( BM_basic_slow  ) -> Arg(10) ->Unit(benchmark::kNanosecond)

◆ BENCHMARK() [3/3]

BENCHMARK ( BM_explicit_iteration_count  ) -> Iterations(42)

◆ BM_basic()

void BM_basic ( benchmark::State state)

Definition at line 10 of file options_test.cc.

◆ BM_basic_slow()

void BM_basic_slow ( benchmark::State state)

Definition at line 15 of file options_test.cc.

◆ BM_explicit_iteration_count()

void BM_explicit_iteration_count ( benchmark::State st)

Definition at line 47 of file options_test.cc.

◆ CustomArgs()

void CustomArgs ( benchmark::internal::Benchmark b)

Definition at line 39 of file options_test.cc.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:03