Searched refs:GetProfilerOptions (Results 1 – 4 of 4) sorted by relevance
421 if (Runtime::Current()->GetProfilerOptions().IsEnabled() && (pkgname != nullptr)) { in CopyProfileFile()448 double top_k_threshold = Runtime::Current()->GetProfilerOptions().GetTopKThreshold(); in CopyProfileFile()449 double change_threshold = Runtime::Current()->GetProfilerOptions().GetTopKChangeThreshold(); in CopyProfileFile()
182 const ProfilerOptions& GetProfilerOptions() const { return options_; } in GetProfilerOptions() function
148 const ProfilerOptions& GetProfilerOptions() const { in GetProfilerOptions() function
94 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); in GetSample()