Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 157:8cc3d3812c8a Inter-Master Requests
smaller Hists for malloc, free and plugin
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 06 Oct 2011 15:58:34 +0200 |
| parents | 000f8bcdc4c2 |
| children | 0a106c355325 |
| files | VMS.c |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/VMS.c Thu Oct 06 14:38:58 2011 +0200 1.2 +++ b/VMS.c Thu Oct 06 15:58:34 2011 +0200 1.3 @@ -118,15 +118,15 @@ 1.4 1.5 //============================= MEASUREMENT STUFF ======================== 1.6 #ifdef MEAS__TIME_MALLOC 1.7 - _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 100, 0, 100, 1.8 + _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 30, 0, 100, 1.9 "malloc_time_hist"); 1.10 - _VMSMasterEnv->freeTimeHist = makeFixedBinHistExt( 80, 0, 100, 1.11 + _VMSMasterEnv->freeTimeHist = makeFixedBinHistExt( 30, 0, 100, 1.12 "free_time_hist"); 1.13 #endif 1.14 #ifdef MEAS__TIME_PLUGIN 1.15 - _VMSMasterEnv->reqHdlrLowTimeHist = makeFixedBinHistExt( 1000, 0, 100, 1.16 + _VMSMasterEnv->reqHdlrLowTimeHist = makeFixedBinHistExt( 200, 0, 100, 1.17 "plugin_low_time_hist"); 1.18 - _VMSMasterEnv->reqHdlrHighTimeHist = makeFixedBinHistExt( 1000, 0, 100, 1.19 + _VMSMasterEnv->reqHdlrHighTimeHist = makeFixedBinHistExt( 200, 0, 100, 1.20 "plugin_high_time_hist"); 1.21 #endif 1.22 //========================================================================
