Home | History | Annotate | Download | only in runtime

Lines Matching refs:profile_output_filename_

467   if (profiler_options_.IsEnabled() && !profile_output_filename_.empty()) {
470 int fd = open(profile_output_filename_.c_str(), O_RDWR|O_CREAT|O_EXCL, 0660);
477 StartProfiler(profile_output_filename_.c_str());
847 profile_output_filename_ = options->profile_output_filename_;
1350 profile_output_filename_ = profile_output_filename;
1352 BackgroundMethodSamplingProfiler::Start(profile_output_filename_, profiler_options_);