Searched refs:SPAWN_BENCHMARK (Results 1 – 2 of 2) sorted by relevance
/bionic/benchmarks/spawn/ |
D | spawn_benchmarks.cpp | 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()); 39 SPAWN_BENCHMARK(bin_true, "/bin/true"); 40 SPAWN_BENCHMARK(sh_true, "/bin/sh", "-c", "true"); 44 SPAWN_BENCHMARK(system_bin_true, "/system/bin/true"); 45 SPAWN_BENCHMARK(vendor_bin_true, "/vendor/bin/true"); 46 SPAWN_BENCHMARK(system_sh_true, "/system/bin/sh", "-c", "true"); 47 SPAWN_BENCHMARK(vendor_sh_true, "/vendor/bin/sh", "-c", "true");
|
/bionic/benchmarks/spawn/include/ |
D | spawn_benchmark.h | 44 #define SPAWN_BENCHMARK(name, ...) \ macro
|