Home
last modified time | relevance | path

Searched refs:scheduler_stats (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread.cc979 std::string scheduler_stats; in DumpState() local
980 if (ReadFileToString(StringPrintf("/proc/self/task/%d/schedstat", tid), &scheduler_stats)) { in DumpState()
981 scheduler_stats.resize(scheduler_stats.size() - 1); // Lose the trailing '\n'. in DumpState()
983 scheduler_stats = "0 0 0"; in DumpState()
993 << " schedstat=( " << scheduler_stats << " )" in DumpState()