Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.c @ 66:bf08108405cc
Added recycle pool -- will merge later -- need to get PLDI results for now
| author | Me |
|---|---|
| date | Mon, 15 Nov 2010 12:11:24 -0800 |
| parents | 13b22ffb8a2f |
| children |
comparison
equal
deleted
inserted
replaced
| 33:b29c21226979 | 34:14894675359b |
|---|---|
| 774 printHist( _VMSMasterEnv->freeTimeHist ); | 774 printHist( _VMSMasterEnv->freeTimeHist ); |
| 775 freeHistExt( _VMSMasterEnv->mallocTimeHist ); | 775 freeHistExt( _VMSMasterEnv->mallocTimeHist ); |
| 776 freeHistExt( _VMSMasterEnv->freeTimeHist ); | 776 freeHistExt( _VMSMasterEnv->freeTimeHist ); |
| 777 #endif | 777 #endif |
| 778 #ifdef MEAS__TIME_MASTER_LOCK | 778 #ifdef MEAS__TIME_MASTER_LOCK |
| 779 printHist( _VMSMasterEnv->masterLockLowTimeHist ); | 779 // printHist( _VMSMasterEnv->masterLockLowTimeHist ); |
| 780 printHist( _VMSMasterEnv->masterLockHighTimeHist ); | 780 printHist( _VMSMasterEnv->masterLockHighTimeHist ); |
| 781 #endif | 781 #endif |
| 782 #ifdef MEAS__TIME_MASTER | 782 #ifdef MEAS__TIME_MASTER |
| 783 printHist( _VMSMasterEnv->pluginTimeHist ); | 783 printHist( _VMSMasterEnv->pluginTimeHist ); |
| 784 for( coreIdx = 0; coreIdx < NUM_CORES; coreIdx++ ) | 784 for( coreIdx = 0; coreIdx < NUM_CORES; coreIdx++ ) |
