OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usertime
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
apps.c
[
all
...]
apps.h
369
double app_tminterval (int stop,int
usertime
);
speed.c
231
static int
usertime
=1;
variable
333
return app_tminterval(s,
usertime
);
339
return app_tminterval(s,
usertime
);
634
usertime
=-1;
705
usertime
= 0;
1184
if (
usertime
== 0 && !mr)
[
all
...]
/external/openssl/apps/
apps.c
[
all
...]
apps.h
369
double app_tminterval (int stop,int
usertime
);
speed.c
231
static int
usertime
=1;
variable
333
return app_tminterval(s,
usertime
);
339
return app_tminterval(s,
usertime
);
634
usertime
=-1;
705
usertime
= 0;
1184
if (
usertime
== 0 && !mr)
[
all
...]
/external/chromium_org/v8/src/
platform-win32.cc
574
uint64_t
usertime
;
local
578
reinterpret_cast<FILETIME*>(&
usertime
))) return -1;
581
usertime
/= 10;
584
*secs = static_cast<uint32_t>(
usertime
/ 1000000);
585
*usecs = static_cast<uint32_t>(
usertime
% 1000000);
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java
292
final long
usertime
= sysCpu[0]+sysCpu[1];
local
302
mRelUserTime = (int)(
usertime
- mBaseUserTime);
318
mBaseUserTime =
usertime
;
/external/v8/src/
platform-win32.cc
590
uint64_t
usertime
;
local
594
reinterpret_cast<FILETIME*>(&
usertime
))) return -1;
597
usertime
/= 10;
600
*secs = static_cast<uint32_t>(
usertime
/ 1000000);
601
*usecs = static_cast<uint32_t>(
usertime
% 1000000);
[
all
...]
Completed in 125 milliseconds