Searched refs:ProfilerOptions (Results 1 – 5 of 5) sorted by relevance
30 class ProfilerOptions {43 ProfilerOptions() : in ProfilerOptions() function55 ProfilerOptions(bool enabled, in ProfilerOptions() function117 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_;
96 ProfilerOptions profiler_options_;
148 const ProfilerOptions& GetProfilerOptions() const { in GetProfilerOptions()612 ProfilerOptions profiler_options_;
94 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()