Functions
benchmark/test/options_test.cc File Reference
#include "benchmark/benchmark.h"
#include <chrono>
#include <thread>
#include <cassert>
Include dependency graph for benchmark/test/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)
 
 BENCHMARK_MAIN ()
 
void BM_basic (benchmark::State &state)
 
void BM_basic_slow (benchmark::State &state)
 
void BM_explicit_iteration_count (benchmark::State &state)
 
void CustomArgs (benchmark::internal::Benchmark *b)
 
 RangeMultiplier (std::numeric_limits< int >::max()) -> Range(std::numeric_limits< int64_t >::min(), std::numeric_limits< int64_t >::max())
 

Function Documentation

◆ BENCHMARK() [1/3]

BENCHMARK ( BM_basic  )

Definition at line 32 of file benchmark/test/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)

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )

◆ BM_basic()

void BM_basic ( benchmark::State state)

Definition at line 10 of file benchmark/test/options_test.cc.

◆ BM_basic_slow()

void BM_basic_slow ( benchmark::State state)

Definition at line 15 of file benchmark/test/options_test.cc.

◆ BM_explicit_iteration_count()

void BM_explicit_iteration_count ( benchmark::State state)

Definition at line 58 of file benchmark/test/options_test.cc.

◆ CustomArgs()

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

Definition at line 50 of file benchmark/test/options_test.cc.

◆ RangeMultiplier()

RangeMultiplier ( std::numeric_limits< int ::max()) -> Range(std::numeric_limits< int64_t >::min(), std::numeric_limits< int64_t >::max())


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:24