Home
last modified time | relevance | path

Searched refs:profile_output_filename_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dparsed_options.h97 std::string profile_output_filename_; variable
Druntime.cc454 if (profiler_options_.IsEnabled() && !profile_output_filename_.empty()) { in Start()
457 int fd = open(profile_output_filename_.c_str(), O_RDWR|O_CREAT|O_EXCL, 0660); in Start()
464 StartProfiler(profile_output_filename_.c_str()); in Start()
831 profile_output_filename_ = options->profile_output_filename_; in Init()
1347 profile_output_filename_ = profile_output_filename; in StartProfiler()
1349 BackgroundMethodSamplingProfiler::Start(profile_output_filename_, profiler_options_); in StartProfiler()
Druntime.h600 std::string profile_output_filename_; variable
Dparsed_options.cc563 if (!ParseStringAfterChar(option, ':', &profile_output_filename_)) { in Parse()