OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_times
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc
189
uint64
total_times
, cpu_times;
local
206
// include cpu_time as
total_times
207
total_times
= ToUInt64(kernel_time) + ToUInt64(user_time);
208
cpu_times =
total_times
- ToUInt64(idle_time);
235
total_times
= current_kernel + current_user;
236
cpu_times =
total_times
- current_idle;
256
const uint64
total_times
= cpu_times + cpu_info.cpu_ticks[CPU_STATE_IDLE];
local
282
const uint64
total_times
= cpu_times + idle;
local
288
const uint64
total_times
= 0;
local
292
system_.prev_load_ = UpdateCpuLoad(
total_times
,
317
const uint64
total_times
=
local
327
const uint64
total_times
= tv.tv_sec * kNumMicrosecsPerSec + tv.tv_usec;
local
[
all
...]
/external/netperf/
nettest_unix.c
2239
unsigned int
total_times
=0;
local
[
all
...]
nettest_dlpi.c
2424
unsigned int
total_times
=0;
local
[
all
...]
Completed in 859 milliseconds