Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1748 const std::string& profile_output_filename, in RegisterAppInfo() argument
1756 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()
1759 if (profile_output_filename.empty()) { in RegisterAppInfo()
1763 if (!FileExists(profile_output_filename)) { in RegisterAppInfo()
1772 profile_output_filename_ = profile_output_filename; in RegisterAppInfo()
1773 jit_->StartProfileSaver(profile_output_filename, in RegisterAppInfo()
Druntime.h475 const std::string& profile_output_filename,