INSEE 05.04.2011
Interconnection Nertworks Simulation and Evaluation Environment
C:/cygwin/home/Javier/insee/src/batch.h
Go to the documentation of this file.
00001 
00021 #ifndef _batch
00022 #define _batch
00023 
00036 typedef struct batch_t {
00037         long clock;                                     
00038         double avDist;                          
00039         double sent_count;          
00040         double rcvd_count;          
00041         double dropped_count;       
00042         double sent_phit_count;     
00043         double rcvd_phit_count;     
00044         double dropped_phit_count;  
00045         double inj_load;                    
00046         double acc_load;                        
00047         double avg_delay;                   
00048         double stDev_delay;                     
00049         long max_delay;                         
00050         double avg_inj_delay;           
00051         double stDev_inj_delay;         
00052         long max_inj_delay;                     
00053 } batch_t;
00054 #endif