Functions
protobuf/third_party/benchmark/test/options_test.cc File Reference
#include "benchmark/benchmark.h"
#include <chrono>
#include <thread>
#include <cassert>
Include dependency graph for protobuf/third_party/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)
 
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  )

◆ 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)

◆ BM_basic_slow()

void BM_basic_slow ( benchmark::State state)

◆ BM_explicit_iteration_count()

void BM_explicit_iteration_count ( benchmark::State st)

◆ CustomArgs()

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


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