Searched refs:test_program (Results 1 – 3 of 3) sorted by relevance
31 SPAWN_BENCHMARK(noop, test_program("bench_noop").c_str());32 SPAWN_BENCHMARK(noop_nostl, test_program("bench_noop_nostl").c_str());33 SPAWN_BENCHMARK(noop_static, test_program("bench_noop_static").c_str());
36 static inline std::string test_program(const char* name) { in test_program() function
40 std::string main = test_program("linker_reloc_bench_main"); in BM_linker_relocation()