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

/barrelfish-2018-10-04/usr/vmkitmon/
H A Dbenchmark.h13 int bf_to_net_i; member in struct:stats
H A Dbenchmark.c58 the_stats.from_bf_to_net_diff[ the_stats.bf_to_net_i % NUM_OF_RECORDS ] = diff;
59 the_stats.bf_to_net_i++;
97 printf("Recorded %d events\n", the_stats.bf_to_net_i);
98 if(the_stats.bf_to_net_i){
101 ele_in_array = the_stats.bf_to_net_i > NUM_OF_RECORDS ? NUM_OF_RECORDS : the_stats.bf_to_net_i;

Completed in 11 milliseconds