HomeSort by relevance Sort by last modified time
    Searched refs:GetProfilerOptions (Results 1 - 4 of 4) sorted by null

  /art/runtime/native/
dalvik_system_DexFile.cc 421 if (Runtime::Current()->GetProfilerOptions().IsEnabled() && (pkgname != nullptr)) {
448 double top_k_threshold = Runtime::Current()->GetProfilerOptions().GetTopKThreshold();
449 double change_threshold = Runtime::Current()->GetProfilerOptions().GetTopKChangeThreshold();
  /art/runtime/
profiler.h 182 const ProfilerOptions& GetProfilerOptions() const { return options_; }
runtime.h 148 const ProfilerOptions& GetProfilerOptions() const {
profiler.cc 94 const ProfilerOptions profile_options = profiler->GetProfilerOptions();

Completed in 905 milliseconds