Searched refs:cpuTime (Results 1 – 2 of 2) sorted by relevance
36 double cpuTime = 0.0; in amiga_main() local104 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC; in amiga_main()112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops); in amiga_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()