INSEE 05.04.2011
Interconnection Nertworks Simulation and Evaluation Environment
|
#include <batch.h>
Data Fields | |
long | clock |
Cycles taken for this batch. | |
double | avDist |
Average distance. | |
double | sent_count |
Packets sent. | |
double | rcvd_count |
Packets received. | |
double | dropped_count |
Packets dropped. | |
double | sent_phit_count |
Phits sent. | |
double | rcvd_phit_count |
Phits received. | |
double | dropped_phit_count |
Phits dropped. | |
double | inj_load |
Averaged injected load. | |
double | acc_load |
Averaged accepted load. | |
double | avg_delay |
Averaged delay (includes injection delay plus transit delay). | |
double | stDev_delay |
Standard deviation of delay. | |
long | max_delay |
Maximum delay. | |
double | avg_inj_delay |
Averaged injection delay (time before entering in network). | |
double | stDev_inj_delay |
Standard deviation of injection delay. | |
long | max_inj_delay |
Maximum delay. |
Structure to contain information (statistics) of a sample.
Each samples is captured during a "batch" (when running using independent sources of synthetic traffic) or a "shot" (when running in shot mode). The stored stats are: cycles taken, average distance, injected load, Accepted load, packet sent count, received packet count, dropped packet count, average delay, delay standard deviation, maximun delay, average injection delay, injection delay standard deviation, maximun injection delay.