Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison ProcrContext.c @ 108:3bc3b89630c7
perf counters
| author | engelhardt@cray1 |
|---|---|
| date | Tue, 26 Jul 2011 15:36:24 +0200 |
| parents | 521c75d64cef |
| children | 659299627e70 |
comparison
equal
deleted
inserted
replaced
| 1:6d46f19f50e5 | 2:ca125842b5ae |
|---|---|
| 57 //struct timeval timeStamp; | 57 //struct timeval timeStamp; |
| 58 //gettimeofday( &(timeStamp), NULL); | 58 //gettimeofday( &(timeStamp), NULL); |
| 59 //newPr->createPtInSecs = timeStamp.tv_sec +(timeStamp.tv_usec/1000000.0) - | 59 //newPr->createPtInSecs = timeStamp.tv_sec +(timeStamp.tv_usec/1000000.0) - |
| 60 // _VMSMasterEnv->createPtInSecs; | 60 // _VMSMasterEnv->createPtInSecs; |
| 61 #endif | 61 #endif |
| 62 | |
| 62 //======================================================================== | 63 //======================================================================== |
| 63 | 64 |
| 64 return newPr; | 65 return newPr; |
| 65 } | 66 } |
