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()); 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"); 41 SPAWN_BENCHMARK(bin_true, "/bin/true"); 42 SPAWN_BENCHMARK(sh_true, "/bin/sh", "-c", "true"); 46 SPAWN_BENCHMARK(system_bin_true, "/system/bin/true"); 47 SPAWN_BENCHMARK(vendor_bin_true, "/vendor/bin/true"); 48 SPAWN_BENCHMARK(system_sh_true, "/system/bin/sh", "-c", "true"); [all …]
|
/bionic/benchmarks/spawn/include/ |
D | spawn_benchmark.h | 44 #define SPAWN_BENCHMARK(name, ...) \ macro
|