Home
last modified time | relevance | path

Searched refs:GetProfilerOptions (Results 1 – 4 of 4) sorted by relevance

/art/runtime/native/
Ddalvik_system_DexFile.cc421 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()
/art/runtime/
Dprofiler.h182 const ProfilerOptions& GetProfilerOptions() const { return options_; } in GetProfilerOptions() function
Druntime.h148 const ProfilerOptions& GetProfilerOptions() const { in GetProfilerOptions() function
Dprofiler.cc94 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); in GetSample()