Searched refs:cpuTime (Results 1 – 3 of 3) sorted by relevance
89 TTimeIntervalMicroSeconds cpuTime; in getCPUTime()91 TInt err = current.GetCpuTime(cpuTime); in getCPUTime()93 return cpuTime.Int64() / 1000; in getCPUTime()
34 double cpuTime = 0.0; in main() local103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC; in main()112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops); in main()
531 long cpuTime; in SR_EventLog_Event() local572 cpuTime = userTime - impl->serviceStartUserCPU; in SR_EventLog_Event()573 SR_EventLogTokenInt(self, L("UCPU"), cpuTime); in SR_EventLog_Event()574 cpuTime = kernelTime - impl->serviceStartKernelCPU; in SR_EventLog_Event()575 SR_EventLogTokenInt(self, L("SCPU"), cpuTime); in SR_EventLog_Event()