Home
last modified time | relevance | path

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

/art/runtime/
Dtrace_profile.h190 static std::string GetLongRunningMethodsString();
Dsignal_catcher.cc146 os << "LongRunningMethods: " << TraceProfiler::GetLongRunningMethodsString() << "\n"; in HandleSigQuit()
Dtrace_profile.cc646 std::string TraceProfiler::GetLongRunningMethodsString() { in GetLongRunningMethodsString() function in art::TraceProfiler