Searched refs:ConstructAndCallFunctionBenchmark (Results 1 – 1 of 1) sorted by relevance
45 void ConstructAndCallFunctionBenchmark(benchmark::State& state, in ConstructAndCallFunctionBenchmark() function53 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_TrivialStdFunction()59 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, in BM_TrivialFunctionRef()65 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_LargeStdFunction()71 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, LargeFunctor{}); in BM_LargeFunctionRef()76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction()81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()