HomeSort by relevance Sort by last modified time
    Searched defs:cpuTime (Results 1 - 6 of 6) 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);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatterySipper.java 47 long cpuTime;
PowerUsageSummary.java 238 sipper.cpuTime,
287 sipper.cpuTime,
306 sipper.cpuTime,
463 long cpuTime = 0;
491 cpuTime += tmpCpuTime;
508 if (cpuFgTime > cpuTime) {
509 if (DEBUG && cpuFgTime > cpuTime + 10000) {
510 Log.i(TAG, "WARNING! Cputime is more than 10 seconds behind Foreground time");
512 cpuTime = cpuFgTime; // Statistics may not have been gathered yet.
600 app.cpuTime = cpuTime
    [all...]
  /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 245 milliseconds