OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_percentage
(Results
1 - 1
of
1
) sorted by null
/external/lldb/tools/darwin-threads/
examine-threads.c
441
float
cpu_percentage
= basic_info->cpu_usage / 10.0;
local
442
printf (", using %.1f%% cpu currently",
cpu_percentage
);
Completed in 56 milliseconds