Searched refs:cpuTime (Results 1 - 6 of 6) sorted by relevance

/external/expat/tests/benchmark/
H A Dbenchmark.c34 double cpuTime = 0.0; local
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelineFrameController.js94 this._lastFrame.cpuTime += duration;
110 this._lastFrame.cpuTime += this._lastFrame.timeByCategory["other"];
171 this.cpuTime = 0;
H A DTimelinePresentationModel.js578 var cpuTime = 0; variable
582 cpuTime += task.endTime - task.startTime;
593 contentHelper.appendTextRow(WebInspector.UIString("CPU time"), Number.secondsToString(cpuTime, true));
830 get cpuTime()
1384 contentHelper.appendTextRow(WebInspector.UIString("CPU time"), Number.secondsToString(frame.cpuTime, true));
H A DTimelinePanel.js1302 var cpuWidth = record.coalesced ? endWithChildren - start : record.cpuTime / this.boundarySpan() * 100;
/external/skia/tools/
H A Dbbh_shootout.cpp300 SkScalar cpuTime = SkDoubleToScalar(atof(timerResult.c_str() + pos + sizeof(findStr) - 1)); local
301 if (cpuTime == 0) { // atof returns 0.0 on error.
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c531 long cpuTime; local
572 cpuTime = userTime - impl->serviceStartUserCPU;
573 SR_EventLogTokenInt(self, L("UCPU"), cpuTime);
574 cpuTime = kernelTime - impl->serviceStartKernelCPU;
575 SR_EventLogTokenInt(self, L("SCPU"), cpuTime);

Completed in 1505 milliseconds