Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 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 |
line diff
1.1 --- a/VMS.h Sun Nov 14 11:17:52 2010 -0800 1.2 +++ b/VMS.h Mon Nov 15 12:11:24 2010 -0800 1.3 @@ -37,8 +37,8 @@ 1.4 1.5 //These defines turn types of bug messages on and off 1.6 // be sure debug messages are un-commented (next block of defines) 1.7 +#define dbgAppFlow TRUE /* Top level flow of application code -- general*/ 1.8 #define dbgProbes FALSE /* for issues inside probes themselves*/ 1.9 -#define dbgAppFlow FALSE /* Top level flow of application code -- general*/ 1.10 #define dbgB2BMaster FALSE /* in coreloop, back to back master VPs*/ 1.11 #define dbgRqstHdlr FALSE /* in request handler code*/ 1.12 1.13 @@ -63,9 +63,9 @@ 1.14 // rollover of low portion into high portion. 1.15 //#define MEAS__TIME_STAMP_SUSP 1.16 //#define MEAS__TIME_MASTER 1.17 -//#define MEAS__TIME_PLUGIN 1.18 +#define MEAS__TIME_PLUGIN 1.19 //#define MEAS__TIME_MALLOC 1.20 -#define MEAS__TIME_MASTER_LOCK 1.21 +//#define MEAS__TIME_MASTER_LOCK 1.22 #define MEAS__NUM_TIMES_TO_RUN 100000 1.23 1.24 //For code that calculates normalization-offset between TSC counts of
