HomeSort by relevance Sort by last modified time
    Searched refs:profile_output_filename_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
runtime.cc 559 if (profiler_options_.IsEnabled() && !profile_output_filename_.empty()) {
562 int fd = open(profile_output_filename_.c_str(), O_RDWR|O_CREAT|O_EXCL, 0660);
569 StartProfiler(profile_output_filename_.c_str());
    [all...]
runtime.h 681 std::string profile_output_filename_; member in class:art::Runtime

Completed in 623 milliseconds