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

/barrelfish-2018-10-04/usr/vmkitmon/
H A Dbenchmark.h17 cycles_t last_packet_transmit_to_bf_ts; member in struct:stats
H A Dbenchmark.c85 the_stats.last_packet_transmit_to_bf_ts = bench_tsc();
86 //printf("TOBF %"PRIu64" - %"PRIu64" = %"PRIu64"\n",the_stats.last_packet_transmit_to_bf_ts, the_stats.last_packet_receive_net_ts,the_stats.last_packet_transmit_to_bf_ts - the_stats.last_packet_receive_net_ts );
87 if(the_stats.last_packet_transmit_to_bf_ts > the_stats.last_packet_receive_net_ts){
88 push_net_to_bf_diff(the_stats.last_packet_transmit_to_bf_ts - the_stats.last_packet_receive_net_ts );
117 printf("Last: %"PRIu64" us\n", bench_tsc_to_us(the_stats.last_packet_transmit_to_bf_ts - the_stats.last_packet_receive_net_ts ));
118 printf("Last: %"PRIu64" cycles\n", (the_stats.last_packet_transmit_to_bf_ts - the_stats.last_packet_receive_net_ts ));

Completed in 75 milliseconds