Searched refs:profile_output_filename_ (Results 1 – 2 of 2) sorted by relevance
632 if (profiler_options_.IsEnabled() && !profile_output_filename_.empty()) { in Start()635 int fd = open(profile_output_filename_.c_str(), O_RDWR|O_CREAT|O_EXCL, 0660); in Start()1212 profile_output_filename_ = profiler_options.output_file_name_; in Init()1772 profile_output_filename_ = profile_output_filename; in RegisterAppInfo()
781 std::string profile_output_filename_; variable