| PMGETTIME(3) | PMGETTIME(3) | 
int pmGetTime(pmContext *pmc, double *timep, double *offsetp);
| pmContext * | pmc | pmContextobject | |
| double * | timep | Timestamp | |
| double * | offsetp | Time offset | 
pmGetTime() returns a timestamp and offset in seconds.
offsetp is used to calculate the virtual time in the process.
| PM_SUCCESS | Success |