Home
last modified time | relevance | path

Searched refs:BENCHMARK_F (Results 1 – 25 of 138) sorted by relevance

123456

/dports/benchmarks/libcelero/Celero-2.8.2/experiments/ExperimentCostSharedPtr/
H A DExperimentCostOfSharedPtr.cpp110 BENCHMARK_F(CtorDtor, Unique_New, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
116 BENCHMARK_F(CtorDtor, Unique_Make, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
122 BENCHMARK_F(CtorDtor, Shared_New, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
128 BENCHMARK_F(CtorDtor, Shared_Make, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
134 BENCHMARK_F(CtorDtor, OSG_New, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
150 BENCHMARK_F(CtorAccessDtor, Unique_New, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
178 BENCHMARK_F(CtorAccessDtor, OSG, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
199 BENCHMARK_F(CtorCopyDtor, Unique_New, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
210 BENCHMARK_F(CtorCopyDtor, Unique_Make, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
221 BENCHMARK_F(CtorCopyDtor, Shared_New, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
[all …]
/dports/benchmarks/libcelero/Celero-2.8.2/experiments/ExperimentCostOfPimpl/
H A DExperimentCostOfPimpl.cpp173 BENCHMARK_F(CostOfPimplGet, RawPtr, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
178 BENCHMARK_F(CostOfPimplGet, UniquePtr, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
183 BENCHMARK_F(CostOfPimplGet, SutterPtr, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
195 BENCHMARK_F(CostOfPimplSet, RawPtr, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
200 BENCHMARK_F(CostOfPimplSet, UniquePtr, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
205 BENCHMARK_F(CostOfPimplSet, SutterPtr, DemoFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
/dports/science/axom/axom-0.6.1/src/axom/slic/tests/
H A Dslic_benchmark_asserts.cpp133 BENCHMARK_F(SetFixtureC, assertCtor)(benchmark::State& state) in BENCHMARK_F() function
140 BENCHMARK_F(SetFixtureS, assertSetup)(benchmark::State& state) in BENCHMARK_F() function
147 BENCHMARK_F(SetFixtureT, assertTeardown)(benchmark::State& state) in BENCHMARK_F() function
154 BENCHMARK_F(SetFixtureD, assertDtor)(benchmark::State& state) in BENCHMARK_F() function
166 BENCHMARK_F(SetFixtureOutput, process1)(benchmark::State& state) in BENCHMARK_F() function
175 BENCHMARK_F(SetFixtureOutput, process2)(benchmark::State& state) in BENCHMARK_F() function
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/benchmarks/microbenchmarks/
H A Dstring_to_double.cpp135 BENCHMARK_F(RandFloatStrs, double_from_string_sstream) in BENCHMARK_F() function
150 BENCHMARK_F(RandFloatStrs, double_from_string_strtod) in BENCHMARK_F() function
160 BENCHMARK_F(RandFloatStrs, double_from_string_strtod_fixed) in BENCHMARK_F() function
171 BENCHMARK_F(RandFloatStrs, double_from_string_strtod_fixed_const_ref) in BENCHMARK_F() function
187 BENCHMARK_F(RandFloatStrs, double_from_string_std_from_chars) in BENCHMARK_F() function
200 BENCHMARK_F(RandFloatCommaStrs, double_from_string_strtod_fixed_comma_ref) in BENCHMARK_F() function
211 BENCHMARK_F(RandFloatCommaStrs, double_from_string_strtod_fixed_comma_const_ref) in BENCHMARK_F() function
H A Ddouble_to_string.cpp134 BENCHMARK_F(RandFloats, string_from_double_sstream) in BENCHMARK_F() function
144 BENCHMARK_F(RandFloats, string_from_double_sstream_cached) in BENCHMARK_F() function
155 BENCHMARK_F(RandFloats, string_from_double_snprintf) in BENCHMARK_F() function
168 BENCHMARK_F(RandFloats, string_from_double_snprintf_fixed) in BENCHMARK_F() function
183 BENCHMARK_F(RandFloats, string_from_double_std_to_chars) in BENCHMARK_F() function
196 BENCHMARK_F(RandFloatsComma, string_from_double_snprintf_fixed_comma) in BENCHMARK_F() function
/dports/benchmarks/libcelero/Celero-2.8.2/experiments/DemoTransform/
H A DDemoTransform.cpp107 BENCHMARK_F(DemoTransform, StdTransform, DemoTransformFixture, 30, 10000)
112 BENCHMARK_F(DemoTransform, StdTransformLambda, DemoTransformFixture, 30, 10000)
117 BENCHMARK_F(DemoTransform, SelfForLoop, DemoTransformFixture, 30, 10000)
125 BENCHMARK_F(DemoTransform, SelfStdTransform, DemoTransformFixture, 30, 10000)
130 BENCHMARK_F(DemoTransform, SelfStdTransformLambda, DemoTransformFixture, 30, 10000)
/dports/benchmarks/libcelero/Celero-2.8.2/experiments/ExperimentSimpleComparison/
H A DExperimentSimpleComparison.cpp78 BENCHMARK_F(SOSimpleComparison, Compare, StackOverflowFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
83 BENCHMARK_F(SOSimpleComparison, Compare2, StackOverflowFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
88 BENCHMARK_F(SOSimpleComparison, Compare3, StackOverflowFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
93 BENCHMARK_F(SOSimpleComparison, Compare4, StackOverflowFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
/dports/benchmarks/libcelero/Celero-2.8.2/experiments/ExperimentSortingRandomInts/
H A DExperimentSortingRandomInts.cpp108 BENCHMARK_F(SortRandInts, SelectionSort, SortFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
127 BENCHMARK_F(SortRandInts, InsertionSort, SortFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
152 BENCHMARK_F(SortRandInts, QuickSort, SortFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
157 BENCHMARK_F(SortRandInts, stdSort, SortFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
/dports/benchmarks/libcelero/Celero-2.8.2/experiments/ExperimentSortingRandomIntsUDM/
H A DExperimentSortingRandomIntsUDM.cpp240 BENCHMARK_F(SortRandInts, SelectionSort, SortFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
259 BENCHMARK_F(SortRandInts, InsertionSort, SortFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
284 BENCHMARK_F(SortRandInts, QuickSort, SortFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
289 BENCHMARK_F(SortRandInts, stdSort, SortFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
/dports/benchmarks/libcelero/Celero-2.8.2/experiments/ExperimentCompressBools/
H A DExperimentCompressBools.cpp148 BENCHMARK_F(CompressBoolsTest, StdBitset, StdBitsetFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
176 BENCHMARK_F(CompressBoolsTest, StdVector, StdVectorFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
214 BENCHMARK_F(CompressBoolsTest, SingleVarVersion, ManualVersionFixture, SamplesCount, IterationsCoun… in BENCHMARK_F() function
247 BENCHMARK_F(CompressBoolsTest, NotDepentendVersion, ManualVersionFixture, SamplesCount, IterationsC… in BENCHMARK_F() function
360 BENCHMARK_F(CompressBoolsTest, PackedStructVersion, PackedStructFixture, SamplesCount, IterationsCo… in BENCHMARK_F() function
428 BENCHMARK_F(CompressBoolsTest, WithOpenMP, ManualVersionFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
501 BENCHMARK_F(CompressBoolsTest, SimdVersion, SimdVersionFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
/dports/lang/v8/v8-9.6.180.12/test/benchmarks/cpp/cppgc/
H A Dallocation_perf.cc25 BENCHMARK_F(Allocate, Tiny)(benchmark::State& st) { in BENCHMARK_F() function
41 BENCHMARK_F(Allocate, Large)(benchmark::State& st) { in BENCHMARK_F() function
H A Dtrace_perf.cc63 BENCHMARK_F(Trace, Static)(benchmark::State& st) { in BENCHMARK_F() function
74 BENCHMARK_F(Trace, Dynamic)(benchmark::State& st) { in BENCHMARK_F() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/perf/
H A Drange_conversion.cpp83 BENCHMARK_F(Words, RangeCommon)(benchmark::State & st) in BENCHMARK_F() function
93 BENCHMARK_F(Words, RangeTo)(benchmark::State & st) in BENCHMARK_F() function
/dports/devel/range-v3/range-v3-0.11.0/perf/
H A Drange_conversion.cpp83 BENCHMARK_F(Words, RangeCommon)(benchmark::State & st) in BENCHMARK_F() function
93 BENCHMARK_F(Words, RangeTo)(benchmark::State & st) in BENCHMARK_F() function
/dports/benchmarks/libcelero/Celero-2.8.2/experiments/ExperimentParticles/
H A DExperimentParticles.cpp114 BENCHMARK_F(ParticlesTest, PtrVector, ParticlesPtrVectorFixture, SamplesCount, IterationsCount) in BENCHMARK_F() function
134 BENCHMARK_F(ParticlesTest, PtrVectorNoRand, ParticlesPtrVectorNoRandFixture, SamplesCount, Iteratio… in BENCHMARK_F() function
/dports/math/munkres-cpp/munkres-cpp-1.0.0-6-g61086fc/benchmarks/tests/
H A Dmain_hayai.cpp29 BENCHMARK_F (MunkresFixture, Solve, 5000, 1)
H A Dmain_celero.cpp36 BENCHMARK_F (Munkres, Solve, MunkresFixture, 5000, 1)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/test/
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/google-benchmark/test/
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
/dports/devel/llvm11/llvm-11.0.1.src/utils/benchmark/test/
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/benchmark/test/
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/test/
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() function

123456