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());34 SPAWN_BENCHMARK(bench_cxa_atexit, test_program("bench_cxa_atexit").c_str(), "100000", "_Exit");35 SPAWN_BENCHMARK(bench_cxa_atexit_full, test_program("bench_cxa_atexit").c_str(), "100000", "exit");
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()