Home
last modified time | relevance | path

Searched refs:top_k_threshold (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler_options.h61 double top_k_threshold, in ProfilerOptions() argument
71 top_k_threshold_(top_k_threshold), in ProfilerOptions()
/art/runtime/native/
Ddalvik_system_DexFile.cc448 double top_k_threshold = Runtime::Current()->GetProfilerOptions().GetTopKThreshold(); in CopyProfileFile() local
461 new_profile.GetTopKSamples(new_top_k, top_k_threshold); in CopyProfileFile()
462 old_profile.GetTopKSamples(old_top_k, top_k_threshold); in CopyProfileFile()
487 << top_k_threshold << "% samples changed in proportion of " << change_percent << "%)"; in CopyProfileFile()