Searched refs:output_filename (Results 1 – 3 of 3) sorted by relevance
328 const std::string& output_filename, const ProfilerOptions& options) { in Start() argument333 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() argument392 : output_filename_(output_filename), in BackgroundMethodSamplingProfiler()
170 static bool Start(const std::string& output_filename, const ProfilerOptions& options)190 const std::string& output_filename, const ProfilerOptions& options);
385 Hprof(const char* output_filename, int fd, bool direct_to_ddms) in Hprof() argument386 : filename_(output_filename), in Hprof()