Searched refs:from_net_to_bf_diff (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/usr/vmkitmon/
H A Dbenchmark.h18 cycles_t from_net_to_bf_diff[NUM_OF_RECORDS]; member in struct:stats
H A Dbenchmark.c63 the_stats.from_net_to_bf_diff[ the_stats.net_to_bf_i % NUM_OF_RECORDS ] = diff;
120 printf("Running Average (of last %d): %"PRIu64" us\n", ele_in_array, bench_tsc_to_us(my_bench_avg(the_stats.from_net_to_bf_diff, ele_in_array)));
121 printf("Running Variance (of last %d): %"PRIu64" us\n", ele_in_array, bench_tsc_to_us(my_bench_variance(the_stats.from_net_to_bf_diff, ele_in_array)));
122 printf("Running Min (of last %d): %"PRIu64" us\n", ele_in_array, bench_tsc_to_us(my_bench_min(the_stats.from_net_to_bf_diff, ele_in_array)));
123 printf("Running Max (of last %d): %"PRIu64" us\n", ele_in_array, bench_tsc_to_us(my_bench_max(the_stats.from_net_to_bf_diff, ele_in_array)));
126 printf("%"PRIu64", ", bench_tsc_to_us(the_stats.from_net_to_bf_diff[i]));

Completed in 78 milliseconds