Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 41:cf3e9238aeb0
Measure suspend and master times works -- refactored
| author | Me |
|---|---|
| date | Sat, 11 Sep 2010 04:40:12 -0700 |
| parents | 17d20e5cf924 |
| children | 6c9f314daf24 |
line diff
1.1 --- a/VMS.h Sat Sep 11 03:26:07 2010 -0700 1.2 +++ b/VMS.h Sat Sep 11 04:40:12 2010 -0700 1.3 @@ -42,7 +42,7 @@ 1.4 // stack 1.5 #define VIRT_PROCR_STACK_SIZE 0x10000 1.6 1.7 - //256M of total memory for VMS application to VMS__malloc 1.8 + //256M of total memory for VMS__malloc 1.9 #define MASSIVE_MALLOC_SIZE 0x10000000 1.10 1.11 #define NUM_PREPEND_BYTES sizeof(FreeListElem) + sizeof(ownerElem); 1.12 @@ -151,14 +151,6 @@ 1.13 int setupComplete; 1.14 int masterLock; 1.15 1.16 - //============================= MEASUREMENT STUFF ======================== 1.17 - #ifdef MEAS__TIME_STAMP_SUSP 1.18 - Histogram *measSuspHist; 1.19 - #endif 1.20 - #ifdef MEAS__TIME_MASTER 1.21 - Histogram *measMasterHist; 1.22 - #endif 1.23 - //======================================================================== 1.24 } 1.25 MasterEnv; 1.26
