Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.c @ 162:cb7277bac147
changes to histograms
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 06 Oct 2011 16:25:59 +0200 |
| parents | abc8bc270b83 |
| children | d1dd9e6ee72c |
comparison
equal
deleted
inserted
replaced
| 74:1cb20da123ef | 77:9e727cdc45d4 |
|---|---|
| 108 _VMSMasterEnv->freeLists = VMS_ext__create_free_list(); | 108 _VMSMasterEnv->freeLists = VMS_ext__create_free_list(); |
| 109 | 109 |
| 110 | 110 |
| 111 //============================= MEASUREMENT STUFF ======================== | 111 //============================= MEASUREMENT STUFF ======================== |
| 112 #ifdef MEAS__TIME_MALLOC | 112 #ifdef MEAS__TIME_MALLOC |
| 113 _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 30, 0, 100, | 113 _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 100, 0, 30, |
| 114 "malloc_time_hist"); | 114 "malloc_time_hist"); |
| 115 _VMSMasterEnv->freeTimeHist = makeFixedBinHistExt( 30, 0, 100, | 115 _VMSMasterEnv->freeTimeHist = makeFixedBinHistExt( 100, 0, 30, |
| 116 "free_time_hist"); | 116 "free_time_hist"); |
| 117 #endif | 117 #endif |
| 118 #ifdef MEAS__TIME_PLUGIN | 118 #ifdef MEAS__TIME_PLUGIN |
| 119 _VMSMasterEnv->reqHdlrLowTimeHist = makeFixedBinHistExt( 200, 0, 100, | 119 _VMSMasterEnv->reqHdlrLowTimeHist = makeFixedBinHistExt( 100, 0, 200, |
| 120 "plugin_low_time_hist"); | 120 "plugin_low_time_hist"); |
| 121 _VMSMasterEnv->reqHdlrHighTimeHist = makeFixedBinHistExt( 200, 0, 100, | 121 _VMSMasterEnv->reqHdlrHighTimeHist = makeFixedBinHistExt( 100, 0, 200, |
| 122 "plugin_high_time_hist"); | 122 "plugin_high_time_hist"); |
| 123 #endif | 123 #endif |
| 124 //======================================================================== | 124 //======================================================================== |
| 125 | 125 |
| 126 //===================== Only VMS__malloc after this ==================== | 126 //===================== Only VMS__malloc after this ==================== |
