Home
last modified time | relevance | path

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

/art/runtime/
Dapp_info.h62 const std::string& profile_output_filename,
Druntime.cc2867 const std::string& profile_output_filename, in RegisterAppInfo() argument
2873 profile_output_filename, in RegisterAppInfo()
2886 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()
2890 if (profile_output_filename.empty()) { in RegisterAppInfo()
2924 jit_->StartProfileSaver(profile_output_filename, code_paths, ref_profile_filename); in RegisterAppInfo()
Druntime.h619 const std::string& profile_output_filename,