Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.c @ 168:d7c0c0a8187a
Merged default branch
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 02 Nov 2011 14:59:29 +0100 |
| parents | 395f58384a5c ad8213a8e916 |
| children | d83f59e6e2db |
comparison
equal
deleted
inserted
replaced
| 57:daa5859e7392 | 81:aad0fabcac6c |
|---|---|
| 116 _VMSMasterEnv->freeListHead = VMS_ext__create_free_list(); | 116 _VMSMasterEnv->freeListHead = VMS_ext__create_free_list(); |
| 117 | 117 |
| 118 | 118 |
| 119 //============================= MEASUREMENT STUFF ======================== | 119 //============================= MEASUREMENT STUFF ======================== |
| 120 #ifdef MEAS__TIME_MALLOC | 120 #ifdef MEAS__TIME_MALLOC |
| 121 _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 100, 0, 100, | 121 _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 100, 0, 30, |
| 122 "malloc_time_hist"); | 122 "malloc_time_hist"); |
| 123 _VMSMasterEnv->freeTimeHist = makeFixedBinHistExt( 80, 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( 1000, 0, 100, | 127 _VMSMasterEnv->reqHdlrLowTimeHist = makeFixedBinHistExt( 100, 0, 200, |
| 128 "plugin_low_time_hist"); | 128 "plugin_low_time_hist"); |
| 129 _VMSMasterEnv->reqHdlrHighTimeHist = makeFixedBinHistExt( 1000, 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 ==================== |
