comparison VMS.c @ 161:0a106c355325

changes to histograms
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 06 Oct 2011 16:25:32 +0200
parents 8cc3d3812c8a
children
comparison
equal deleted inserted replaced
72:e6e84277b2e6 76:6651311d7678
116 _VMSMasterEnv->currentMasterProcrID = 0; 116 _VMSMasterEnv->currentMasterProcrID = 0;
117 117
118 118
119 //============================= MEASUREMENT STUFF ======================== 119 //============================= MEASUREMENT STUFF ========================
120 #ifdef MEAS__TIME_MALLOC 120 #ifdef MEAS__TIME_MALLOC
121 _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 30, 0, 100, 121 _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 100, 0, 30,
122 "malloc_time_hist"); 122 "malloc_time_hist");
123 _VMSMasterEnv->freeTimeHist = makeFixedBinHistExt( 30, 0, 100, 123 _VMSMasterEnv->freeTimeHist = makeFixedBinHistExt( 100, 0, 30,
124 "free_time_hist"); 124 "free_time_hist");
125 #endif 125 #endif
126 #ifdef MEAS__TIME_PLUGIN 126 #ifdef MEAS__TIME_PLUGIN
127 _VMSMasterEnv->reqHdlrLowTimeHist = makeFixedBinHistExt( 200, 0, 100, 127 _VMSMasterEnv->reqHdlrLowTimeHist = makeFixedBinHistExt( 100, 0, 200,
128 "plugin_low_time_hist"); 128 "plugin_low_time_hist");
129 _VMSMasterEnv->reqHdlrHighTimeHist = makeFixedBinHistExt( 200, 0, 100, 129 _VMSMasterEnv->reqHdlrHighTimeHist = makeFixedBinHistExt( 100, 0, 200,
130 "plugin_high_time_hist"); 130 "plugin_high_time_hist");
131 #endif 131 #endif
132 //======================================================================== 132 //========================================================================
133 133
134 //===================== Only VMS__malloc after this ==================== 134 //===================== Only VMS__malloc after this ====================