Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h184 const ProfilerOptions& GetProfilerOptions() const { return options_; } in GetProfilerOptions() function
Druntime.h195 const ProfilerOptions& GetProfilerOptions() const { in GetProfilerOptions() function
Dprofiler.cc96 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); in GetSample()