Home
last modified time | relevance | path

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

/art/profman/
Dboot_image_profile.cc155 float item_percent = metadata.GetAnnotations().size() / static_cast<float>(max_aggregation_count); in IncludeItemInProfile() local
160 if (item_percent >= (thresholdIt->second / 100.f)) { in IncludeItemInProfile()
165 return item_percent >= (item_threshold / 100.f); in IncludeItemInProfile()