Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc2226 const std::string& profile_output_filename) { in RegisterAppInfo() argument
2232 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()
2235 if (profile_output_filename.empty()) { in RegisterAppInfo()
2239 if (!OS::FileExists(profile_output_filename.c_str(), false /*check_file_type*/)) { in RegisterAppInfo()
2248 jit_->StartProfileSaver(profile_output_filename, code_paths); in RegisterAppInfo()
Druntime.h464 const std::string& profile_output_filename);