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

  /art/runtime/
profiler_options.h 61 double top_k_threshold,
71 top_k_threshold_(top_k_threshold),
124 << ", top_k_threshold=" << po.top_k_threshold_
  /art/runtime/native/
dalvik_system_DexFile.cc 448 double top_k_threshold = Runtime::Current()->GetProfilerOptions().GetTopKThreshold(); local
461 new_profile.GetTopKSamples(new_top_k, top_k_threshold);
462 old_profile.GetTopKSamples(old_top_k, top_k_threshold);
487 << top_k_threshold << "% samples changed in proportion of " << change_percent << "%)";

Completed in 531 milliseconds