Home
last modified time | relevance | path

Searched refs:output_filename (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dprofiler.cc328 const std::string& output_filename, const ProfilerOptions& options) { in Start() argument
333 CHECK(!output_filename.empty()); in Start()
344 LOG(INFO) << "Starting profiler using output file: " << output_filename in Start()
348 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options); in Start()
391 const std::string& output_filename, const ProfilerOptions& options) in BackgroundMethodSamplingProfiler() argument
392 : output_filename_(output_filename), in BackgroundMethodSamplingProfiler()
Dprofiler.h170 static bool Start(const std::string& output_filename, const ProfilerOptions& options)
190 const std::string& output_filename, const ProfilerOptions& options);
/art/runtime/hprof/
Dhprof.cc385 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof() argument
386 : filename_(output_filename), in Hprof()