OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpuTime
(Results
1 - 4
of
4
) 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
46
long
cpuTime
;
PowerUsageSummary.java
218
sipper.
cpuTime
,
264
sipper.
cpuTime
,
283
sipper.
cpuTime
,
431
long
cpuTime
= 0;
459
cpuTime
+= tmpCpuTime;
474
if (cpuFgTime >
cpuTime
) {
475
if (DEBUG && cpuFgTime >
cpuTime
+ 10000) {
476
Log.i(TAG, "WARNING!
Cputime
is more than 10 seconds behind Foreground time");
478
cpuTime
= cpuFgTime; // Statistics may not have been gathered yet.
547
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
);
Completed in 105 milliseconds