Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.c @ 160:ad8213a8e916
changes to histograms
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 06 Oct 2011 16:24:17 +0200 |
| parents | b86c54dfb19f |
| children | d7c0c0a8187a 7523ee70d66c 6db9e4898978 |
comparison
equal
deleted
inserted
replaced
| 71:d9b26d95acfa | 75:c13e3563523b |
|---|---|
| 108 _VMSMasterEnv->freeListHead = VMS_ext__create_free_list(); | 108 _VMSMasterEnv->freeListHead = 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 ==================== |
