Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxx/benchmarks/
Dformatter_int.bench.cpp27 static void BM_Basic(benchmark::State& state) { in BM_Basic() function
35 BENCHMARK_TEMPLATE(BM_Basic, uint32_t);
36 BENCHMARK_TEMPLATE(BM_Basic, int32_t);
37 BENCHMARK_TEMPLATE(BM_Basic, uint64_t);
38 BENCHMARK_TEMPLATE(BM_Basic, int64_t);
55 BENCHMARK_TEMPLATE(BM_Basic, __uint128_t);
56 BENCHMARK_TEMPLATE(BM_Basic, __int128_t);