Home
last modified time | relevance | path

Searched refs:cpuTime (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DTimeoutChecker.cpp89 TTimeIntervalMicroSeconds cpuTime; in getCPUTime()
91 TInt err = current.GetCpuTime(cpuTime); in getCPUTime()
93 return cpuTime.Int64() / 1000; in getCPUTime()
/external/expat/tests/benchmark/
Dbenchmark.c34 double cpuTime = 0.0; in main() local
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC; in main()
112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops); in main()
/external/srec/srec/EventLog/src/
DEventLogImpl.c531 long cpuTime; in SR_EventLog_Event() local
572 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()