Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler_options.h31 class ProfilerOptions {
44 ProfilerOptions() : in ProfilerOptions() function
56 ProfilerOptions(bool enabled, in ProfilerOptions() function
118 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_;
Druntime.h174 const ProfilerOptions& GetProfilerOptions() const { in GetProfilerOptions()
682 ProfilerOptions profiler_options_;
Dprofiler.cc94 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); in GetSample()
325 const std::string& output_filename, const ProfilerOptions& options) { in Start()
388 const std::string& output_filename, const ProfilerOptions& options) in BackgroundMethodSamplingProfiler()
Doat_file_assistant.cc524 const ProfilerOptions& options = Runtime::Current()->GetProfilerOptions(); in IsProfileChangeSignificant()
Druntime.cc1056 ProfilerOptions other_options( in Init()