Home
last modified time | relevance | path

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

/aosp_15_r20/system/libbase/
H A Dformat_benchmark.cpp27 static void BenchmarkFormatInt(benchmark::State& state) { in BenchmarkFormatInt() function
34 BENCHMARK(BenchmarkFormatInt);
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Ditoa_test.go172 func BenchmarkFormatInt(b *testing.B) { func