Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff ProcrContext.c @ 78:521c75d64cef
Version before optimization
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 04 Jul 2011 19:45:43 +0200 |
| parents | fe5ec83f1baf |
| children | 3bc3b89630c7 a9b72021f053 bfaebdf60df3 6db9e4898978 |
line diff
1.1 --- a/ProcrContext.c Wed Jun 22 16:12:27 2011 +0200 1.2 +++ b/ProcrContext.c Mon Jul 04 19:45:43 2011 +0200 1.3 @@ -54,10 +54,10 @@ 1.4 1.5 //============================= MEASUREMENT STUFF ======================== 1.6 #ifdef STATS__TURN_ON_PROBES 1.7 - struct timeval timeStamp; 1.8 - gettimeofday( &(timeStamp), NULL); 1.9 - newPr->createPtInSecs = timeStamp.tv_sec +(timeStamp.tv_usec/1000000.0) - 1.10 - _VMSMasterEnv->createPtInSecs; 1.11 + //struct timeval timeStamp; 1.12 + //gettimeofday( &(timeStamp), NULL); 1.13 + //newPr->createPtInSecs = timeStamp.tv_sec +(timeStamp.tv_usec/1000000.0) - 1.14 + // _VMSMasterEnv->createPtInSecs; 1.15 #endif 1.16 //======================================================================== 1.17
