Home
last modified time | relevance | path

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

/external/expat/tests/benchmark/
Dbenchmark.c36 double cpuTime = 0.0; in amiga_main() local
104 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC; in amiga_main()
112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops); in amiga_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()