Home
last modified time | relevance | path

Searched refs:ProfilerOptions (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dprofiler_options.h30 class ProfilerOptions {
43 ProfilerOptions() : in ProfilerOptions() function
55 ProfilerOptions(bool enabled, in ProfilerOptions() function
117 friend std::ostream & operator<<(std::ostream &os, const ProfilerOptions& po) {
Dprofiler.h170 static bool Start(const std::string& output_filename, const ProfilerOptions& options)
182 const ProfilerOptions& GetProfilerOptions() const { return options_; } in GetProfilerOptions()
190 const std::string& output_filename, const ProfilerOptions& options);
215 const ProfilerOptions& options_;
Dparsed_options.h96 ProfilerOptions profiler_options_;
Druntime.h148 const ProfilerOptions& GetProfilerOptions() const { in GetProfilerOptions()
612 ProfilerOptions profiler_options_;
Dprofiler.cc94 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); in GetSample()
328 const std::string& output_filename, const ProfilerOptions& options) { in Start()
391 const std::string& output_filename, const ProfilerOptions& options) in BackgroundMethodSamplingProfiler()