Searched refs:profile_output_filename (Results 1 – 2 of 2) sorted by relevance
2321 const std::string& profile_output_filename) { in RegisterAppInfo() argument2327 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()2330 if (profile_output_filename.empty()) { in RegisterAppInfo()2334 if (!OS::FileExists(profile_output_filename.c_str(), /*check_file_type=*/ false)) { in RegisterAppInfo()2343 jit_->StartProfileSaver(profile_output_filename, code_paths); in RegisterAppInfo()
490 const std::string& profile_output_filename);