HomeSort by relevance Sort by last modified time
    Searched refs:cpuTime (Results 1 - 10 of 10) sorted by null

  /external/expat/tests/benchmark/
benchmark.c 34 double cpuTime = 0.0;
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineFrameController.js 94 this._lastFrame.cpuTime += duration;
110 this._lastFrame.cpuTime += this._lastFrame.timeByCategory["other"];
171 this.cpuTime = 0;
TimelinePresentationModel.js 578 var cpuTime = 0;
582 cpuTime += task.endTime - task.startTime;
593 contentHelper.appendTextRow(WebInspector.UIString("CPU time"), Number.secondsToString(cpuTime, true));
    [all...]
TimelinePanel.js     [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryStatsHelper.java 220 sipper.cpuTime,
275 sipper.cpuTime,
298 sipper.cpuTime,
390 long cpuTime = 0;
418 cpuTime += tmpCpuTime;
435 if (cpuFgTime > cpuTime) {
436 if (DEBUG && cpuFgTime > cpuTime + 10000) {
437 Log.i(TAG, "WARNING! Cputime is more than 10 seconds behind Foreground time");
439 cpuTime = cpuFgTime; // Statistics may not have been gathered yet.
543 app.cpuTime = cpuTime
    [all...]
BatterySipper.java 51 long cpuTime;
  /external/skia/tools/
bbh_shootout.cpp 300 SkScalar cpuTime = SkDoubleToScalar(atof(timerResult.c_str() + pos + sizeof(findStr) - 1));
301 if (cpuTime == 0) { // atof returns 0.0 on error.
  /external/srec/srec/EventLog/src/
EventLogImpl.c 531 long cpuTime;
572 cpuTime = userTime - impl->serviceStartUserCPU;
573 SR_EventLogTokenInt(self, L("UCPU"), cpuTime);
574 cpuTime = kernelTime - impl->serviceStartKernelCPU;
575 SR_EventLogTokenInt(self, L("SCPU"), cpuTime);
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1549 milliseconds