Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 84:bc31d3e070d2
Graphs fitted to worst case
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 13 Jul 2011 18:07:05 +0200 |
| parents | 97e26095c01f |
| children | efb55f1b5fb9 ca154ebe2b6c ac41df8d08e9 |
line diff
1.1 --- a/VMS.h Mon Jul 11 18:09:43 2011 +0200 1.2 +++ b/VMS.h Wed Jul 13 18:07:05 2011 +0200 1.3 @@ -420,7 +420,7 @@ 1.4 #define MakeTheMeasHists() \ 1.5 _VMSMasterEnv->measHistsInfo = \ 1.6 makePrivDynArrayOfSize( (void***)&(_VMSMasterEnv->measHists), 200); \ 1.7 - makeAMeasHist( createHistIdx, "create", 50, 0, 100 ) \ 1.8 + makeAMeasHist( createHistIdx, "create", 250, 0, 100 ) \ 1.9 makeAMeasHist( mutexLockHistIdx, "mutex_lock", 50, 0, 100 ) \ 1.10 makeAMeasHist( mutexUnlockHistIdx, "mutex_unlock", 50, 0, 100 ) \ 1.11 makeAMeasHist( condWaitHistIdx, "cond_wait", 50, 0, 100 ) \
