Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1908 std::string scheduler_stats; in DumpState() local
1909 if (ReadFileToString(StringPrintf("/proc/self/task/%d/schedstat", tid), &scheduler_stats) in DumpState()
1910 && !scheduler_stats.empty()) { in DumpState()
1911 scheduler_stats = android::base::Trim(scheduler_stats); // Lose the trailing '\n'. in DumpState()
1913 scheduler_stats = "0 0 0"; in DumpState()
1923 << " schedstat=( " << scheduler_stats << " )" in DumpState()