Home
last modified time | relevance | path

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

/bionic/benchmarks/spawn/include/
Dspawn_benchmark.h34 void BM_spawn_test(benchmark::State& state, const char* const* argv);
45 BENCHMARK_CAPTURE(BM_spawn_test, name, (const char*[]) { __VA_ARGS__, nullptr }) \
/bionic/benchmarks/linker_relocation/
Dlinker_reloc_bench.cpp52 BM_spawn_test(state, (const char*[]) { main.c_str(), nullptr }); in BM_linker_relocation()
/bionic/benchmarks/spawn/
Dspawn_benchmark.cpp41 void BM_spawn_test(benchmark::State& state, const char* const* argv) { in BM_spawn_test() function