Searched defs:cpu_times (Results 1 – 3 of 3) sorted by relevance
173 uint64 total_times, cpu_times; in GetSystemLoad() local240 const uint64 cpu_times = cpu_info.cpu_ticks[CPU_STATE_NICE] + in GetSystemLoad() local268 const uint64 cpu_times = nice + system + user; in GetSystemLoad() local274 const uint64 cpu_times = 0; in GetSystemLoad() local306 const uint64 cpu_times = in GetProcessLoad() local339 const uint64 cpu_times = (TimeValueTToInt64(task_times_info.user_time) + in GetProcessLoad() local352 const uint64 cpu_times = in GetProcessLoad() local359 const uint64 cpu_times = 0; in GetProcessLoad() local
190 uint64 total_times, cpu_times; in GetSystemLoad() local257 const uint64 cpu_times = cpu_info.cpu_ticks[CPU_STATE_NICE] + in GetSystemLoad() local285 const uint64 cpu_times = nice + system + user; in GetSystemLoad() local291 const uint64 cpu_times = 0; in GetSystemLoad() local323 const uint64 cpu_times = in GetProcessLoad() local356 const uint64 cpu_times = (TimeValueTToInt64(task_times_info.user_time) + in GetProcessLoad() local369 const uint64 cpu_times = in GetProcessLoad() local376 const uint64 cpu_times = 0; in GetProcessLoad() local
148 def __init__(self, uptime, cpu_times, memory_stats): argument