Home
last modified time | relevance | path

Searched refs:BENCHMARK_NAMED_PARAM (Results 1 – 19 of 19) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DNotificationQueueBenchmark.cpp193 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _1p__1c, 1, 1)
194 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _2p__1c, 2, 1)
195 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _4p__1c, 4, 1)
196 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _8p__1c, 8, 1)
200 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _1p__2c, 1, 2)
201 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _2p__2c, 2, 2)
202 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _4p__2c, 4, 2)
203 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _8p__2c, 8, 2)
207 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _1p__4c, 1, 4)
208 BENCHMARK_NAMED_PARAM(multiProducerMultiConsumerNQ, _2p__4c, 2, 4)
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/stats/test/
H A DBucketedTimeSeriesBenchmark.cpp47 BENCHMARK_NAMED_PARAM(addValue, AllTime_1perSec, seconds(0), 60, 1)
49 BENCHMARK_NAMED_PARAM(addValue, 600x60_1perSec, seconds(600), 60, 1)
50 BENCHMARK_NAMED_PARAM(addValue, 60x60_1perSec, seconds(60), 60, 1)
51 BENCHMARK_NAMED_PARAM(addValue, 100x10_1perSec, seconds(100), 10, 1)
52 BENCHMARK_NAMED_PARAM(addValue, 71x5_1perSec, seconds(71), 5, 1)
53 BENCHMARK_NAMED_PARAM(addValue, 1x1_1perSec, seconds(1), 1, 1)
57 BENCHMARK_NAMED_PARAM(addValue, AllTime_10perSec, seconds(0), 60, 10)
60 BENCHMARK_NAMED_PARAM(addValue, 60x60_10perSec, seconds(60), 60, 10)
62 BENCHMARK_NAMED_PARAM(addValue, 71x5_10perSec, seconds(71), 5, 10)
63 BENCHMARK_NAMED_PARAM(addValue, 1x1_10perSec, seconds(1), 1, 10)
[all …]
H A DHistogramBenchmark.cpp37 BENCHMARK_NAMED_PARAM(addValue, 0_to_100, 1, 0, 100)
38 BENCHMARK_NAMED_PARAM(addValue, 0_to_1000, 10, 0, 1000)
39 BENCHMARK_NAMED_PARAM(addValue, 5k_to_20k, 250, 5000, 20000)
H A DTDigestBenchmark.cpp107 BENCHMARK_NAMED_PARAM(merge, 100x1, 100, 100)
114 BENCHMARK_NAMED_PARAM(mergeDigests, 100x10, 100, 10)
119 BENCHMARK_NAMED_PARAM(estimateQuantile, 100x1_p001, 100, 0.001)
/dports/devel/folly/folly-2021.12.27.00/folly/concurrency/test/
H A DCacheLocalityBenchmark.cpp345 BENCHMARK_NAMED_PARAM(contentionAtWidthGetcpu, 1_stripe_0_work, 1, 0)
346 BENCHMARK_NAMED_PARAM(contentionAtWidthGetcpu, 2_stripe_0_work, 2, 0)
347 BENCHMARK_NAMED_PARAM(contentionAtWidthGetcpu, 4_stripe_0_work, 4, 0)
348 BENCHMARK_NAMED_PARAM(contentionAtWidthGetcpu, 8_stripe_0_work, 8, 0)
349 BENCHMARK_NAMED_PARAM(contentionAtWidthGetcpu, 16_stripe_0_work, 16, 0)
352 BENCHMARK_NAMED_PARAM(contentionAtWidthCached, 2_stripe_0_work, 2, 0)
353 BENCHMARK_NAMED_PARAM(contentionAtWidthCached, 4_stripe_0_work, 4, 0)
354 BENCHMARK_NAMED_PARAM(contentionAtWidthCached, 8_stripe_0_work, 8, 0)
370 BENCHMARK_NAMED_PARAM(atomicIncrBaseline, local_incr_0_work, 0)
378 BENCHMARK_NAMED_PARAM(atomicIncrBaseline, local_incr_500_work, 500)
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/io/test/
H A DIOBufBenchmark.cpp136 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 64, 64)
137 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 256, 256)
138 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 1024, 1024)
139 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 4096, 4096)
140 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 5000, 5000)
141 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 5120, 5120)
142 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 8192, 8192)
143 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 10000, 10000)
144 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 10240, 10240)
145 BENCHMARK_NAMED_PARAM(createAndDestroyMulti, 16384, 16384)
[all …]
/dports/security/fizz/fizz-2021.12.27.00/fizz/record/test/
H A DEncryptedRecordBench.cpp154 BENCHMARK_NAMED_PARAM(encryptGCM, 10_1, 10, 1);
155 BENCHMARK_NAMED_PARAM(encryptGCM, 100_1, 100, 1);
156 BENCHMARK_NAMED_PARAM(encryptGCM, 1000_1, 1000, 1);
157 BENCHMARK_NAMED_PARAM(encryptGCM, 4000_1, 4000, 1);
158 BENCHMARK_NAMED_PARAM(encryptGCM, 8000_1, 8000, 1);
160 BENCHMARK_NAMED_PARAM(encryptGCM, 10_2, 10, 2);
161 BENCHMARK_NAMED_PARAM(encryptGCM, 100_2, 100, 2);
162 BENCHMARK_NAMED_PARAM(encryptGCM, 1000_2, 1000, 2);
163 BENCHMARK_NAMED_PARAM(encryptGCM, 4000_2, 4000, 2);
166 BENCHMARK_NAMED_PARAM(encryptGCM, 10_4, 10, 4);
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/test/
H A DBitsBenchmark.cpp68 BENCHMARK_NAMED_PARAM(benchmarkSet, u16, uint16_t())
70 BENCHMARK_NAMED_PARAM(benchmarkSet, u32, uint32_t())
72 BENCHMARK_NAMED_PARAM(benchmarkSet, u64, uint64_t())
91 BENCHMARK_NAMED_PARAM(benchmarkGet, u16, uint16_t(0))
93 BENCHMARK_NAMED_PARAM(benchmarkGet, u32, uint32_t(0))
95 BENCHMARK_NAMED_PARAM(benchmarkGet, u64, uint64_t(0))
/dports/devel/folly/folly-2021.12.27.00/folly/synchronization/test/
H A DLifoSemTests.cpp459 BENCHMARK_NAMED_PARAM(contendedUse, 1_to_1, 1, 1)
460 BENCHMARK_NAMED_PARAM(contendedUse, 1_to_4, 1, 4)
461 BENCHMARK_NAMED_PARAM(contendedUse, 1_to_32, 1, 32)
462 BENCHMARK_NAMED_PARAM(contendedUse, 4_to_1, 4, 1)
463 BENCHMARK_NAMED_PARAM(contendedUse, 4_to_24, 4, 24)
464 BENCHMARK_NAMED_PARAM(contendedUse, 8_to_100, 8, 100)
465 BENCHMARK_NAMED_PARAM(contendedUse, 32_to_1, 31, 1)
466 BENCHMARK_NAMED_PARAM(contendedUse, 16_to_16, 16, 16)
467 BENCHMARK_NAMED_PARAM(contendedUse, 32_to_32, 32, 32)
468 BENCHMARK_NAMED_PARAM(contendedUse, 32_to_1000, 32, 1000)
H A DSmallLocksBenchmark.cpp449 #define BENCH_BASE(...) FB_VA_GLUE(BENCHMARK_NAMED_PARAM, (__VA_ARGS__))
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/io/test/
H A DRegisteredFdBenchmark.cpp124 BENCHMARK_NAMED_PARAM(runTest, io_uring_persist_1, true, false, 1)
127 BENCHMARK_NAMED_PARAM(runTest, io_uring_persist_64, true, false, 64)
130 BENCHMARK_NAMED_PARAM(runTest, io_uring_persist_128, true, false, 128)
138 BENCHMARK_NAMED_PARAM(runTest, io_uring_no_persist_128, false, false, 128)
H A DIoUringBackendBench.cpp601 BENCHMARK_NAMED_PARAM(
618 BENCHMARK_NAMED_PARAM(
640 BENCHMARK_NAMED_PARAM(
662 BENCHMARK_NAMED_PARAM(
684 BENCHMARK_NAMED_PARAM(
708 BENCHMARK_NAMED_PARAM(
730 BENCHMARK_NAMED_PARAM(
752 BENCHMARK_NAMED_PARAM(
774 BENCHMARK_NAMED_PARAM(
796 BENCHMARK_NAMED_PARAM(
H A DIOBenchmark.cpp181 BENCHMARK_NAMED_PARAM(
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DMemcpyBenchmark.cpp92 BENCHMARK_NAMED_PARAM( \
141 BENCHMARK_NAMED_PARAM(
158 BENCHMARK_NAMED_PARAM(
H A DAtomicUnorderedMapTest.cpp324 BENCHMARK_NAMED_PARAM(contendedRW, small_32thr_99pct, 100000, 32, 99)
325 BENCHMARK_NAMED_PARAM(contendedRW, large_32thr_99pct, 100000000, 32, 99)
326 BENCHMARK_NAMED_PARAM(contendedRW, large_32thr_99_9pct, 100000000, 32, 999)
H A DConstexprMathBenchmark.cpp158 BENCHMARK_NAMED_PARAM( \
168 BENCHMARK_NAMED_PARAM( \
H A DSharedMutexTest.cpp1451 #define BENCH_BASE(...) FB_VA_GLUE(BENCHMARK_NAMED_PARAM, (__VA_ARGS__))
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DBenchmark.h417 #define BENCHMARK_PARAM(name, param) BENCHMARK_NAMED_PARAM(name, param, param)
449 #define BENCHMARK_NAMED_PARAM(name, param_name, ...) \ macro
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DBenchmark.h428 #define BENCHMARK_PARAM(name, param) BENCHMARK_NAMED_PARAM(name, param, param)
460 #define BENCHMARK_NAMED_PARAM(name, param_name, ...) \ macro