Searched refs:run_benchmark (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/mem_serv_dist/
H A Dmem_bench.c55 static void run_benchmark(coreid_t core) function
123 run_benchmark(mycore);
H A Dmem_bench_5.c41 static void run_benchmark(coreid_t core, int requests) function
99 run_benchmark(mycore, MAX_REQUESTS);
162 // run_benchmark(mycore, MAX_REQUESTS_0);
H A Dmem_bench_3.c41 static void run_benchmark(coreid_t core, int requests) function
91 run_benchmark(mycore, MAX_REQUESTS);
154 // run_benchmark(mycore, MAX_REQUESTS_0);
H A Dmem_bench_4.c43 static void run_benchmark(coreid_t core, int requests) function
87 run_benchmark(mycore, MAX_REQUESTS);
150 // run_benchmark(mycore, MAX_REQUESTS_0);
H A Dmem_bench_6.c43 static void run_benchmark(coreid_t core, int requests) function
95 run_benchmark(mycore, MAX_REQUESTS);
160 // run_benchmark(mycore, MAX_REQUESTS_0);
/barrelfish-master/usr/bench/mem_latency/
H A Dmemlatency.c231 static cycles_t run_benchmark(void *buffer, volatile void **ret_elem) function
316 result[0] = run_benchmark(&ll_elements[elem_id[0]], &element);
326 result[2] = run_benchmark(&ll_elements_numa[elem_id[0]], &element);
342 result[1] = run_benchmark(l1_elements, &element);
/barrelfish-master/usr/bench/distops/
H A Dmain.c227 static void run_benchmark(int nodecount) function
351 run_benchmark(atoi(argv[2]));

Completed in 89 milliseconds