diff --git a/codes/model-net.h b/codes/model-net.h index cd5f19b975229dfc7b4b4b360e329eb58f7ea5d6..cf9d56290035b92f8a066536756b964af0cfd0c1 100644 --- a/codes/model-net.h +++ b/codes/model-net.h @@ -146,12 +146,15 @@ int model_net_get_packet_size(int net_id); void model_net_add_lp_type(int net_id); +/* used for reporting overall network statistics for e.g. average latency , + * maximum latency, total number of packets finished during the entire + * simulation etc. */ void model_net_report_stats(int net_id); -/* writing model-net statistics */ +/* writing model-net statistics on a per LP basis */ void model_net_write_stats(tw_lpid lpid, mn_stats* stat); -/* printing model-net statistics */ +/* printing model-net statistics on a per LP basis */ void model_net_print_stats(tw_lpid lpid, mn_stats mn_stats_array[]); /* find model-net statistics */