Home
last modified time | relevance | path

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

/art/runtime/
Dapp_info.h61 const std::string& profile_output_filename,
Druntime.cc2623 const std::string& profile_output_filename, in RegisterAppInfo() argument
2629 profile_output_filename, in RegisterAppInfo()
2642 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()
2646 if (profile_output_filename.empty()) { in RegisterAppInfo()
2650 if (!OS::FileExists(profile_output_filename.c_str(), /*check_file_type=*/ false)) { in RegisterAppInfo()
2659 jit_->StartProfileSaver(profile_output_filename, code_paths, ref_profile_filename); in RegisterAppInfo()
Druntime.h536 const std::string& profile_output_filename,