OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scheduler_stats
(Results
1 - 1
of
1
) sorted by null
/art/runtime/
thread.cc
814
std::string
scheduler_stats
;
local
815
if (ReadFileToString(StringPrintf("/proc/self/task/%d/schedstat", tid), &
scheduler_stats
)) {
816
scheduler_stats
.resize(
scheduler_stats
.size() - 1); // Lose the trailing '\n'.
818
scheduler_stats
= "0 0 0";
828
<< " schedstat=( " <<
scheduler_stats
<< " )"
[
all
...]
Completed in 185 milliseconds