Searched defs:scheduler_stats (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dthread.cc1304 std::string scheduler_stats; local
1305 if (ReadFileToString(StringPrintf("/proc/self/task/%d/schedstat", tid), &scheduler_stats)) {
1306 scheduler_stats.resize(scheduler_stats.size() - 1); // Lose the trailing '\n'.
1308 scheduler_stats = "0 0 0";
1318 << " schedstat=( " << scheduler_stats << " )"

Completed in 29 milliseconds