Searched defs:output_filename (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dprofiler.cc325 const std::string& output_filename, const ProfilerOptions& options) {
330 CHECK(!output_filename.empty());
341 LOG(INFO) << "Starting profiler using output file: " << output_filename
345 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options);
388 const std::string& output_filename, const ProfilerOptions& options)
389 : output_filename_(output_filename),
324 Start( const std::string& output_filename, const ProfilerOptions& options) argument
387 BackgroundMethodSamplingProfiler( const std::string& output_filename, const ProfilerOptions& options) argument
/art/runtime/hprof/
H A Dhprof.cc411 Hprof(const char* output_filename, int fd, bool direct_to_ddms) argument
412 : filename_(output_filename),

Completed in 124 milliseconds