Searched refs:ProfilerOptions (Results 1 – 6 of 6) sorted by relevance
31 class ProfilerOptions {44 ProfilerOptions() : in ProfilerOptions() function56 ProfilerOptions(bool enabled, in ProfilerOptions() function118 friend std::ostream & operator<<(std::ostream &os, const ProfilerOptions& po) {
170 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_;
174 const ProfilerOptions& GetProfilerOptions() const { in GetProfilerOptions()682 ProfilerOptions profiler_options_;
94 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()
524 const ProfilerOptions& options = Runtime::Current()->GetProfilerOptions(); in IsProfileChangeSignificant()
1056 ProfilerOptions other_options( in Init()