Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py202 min_limit = min_callchain_percent * 0.01 * self.call_graph.subtree_event_count
203 self.call_graph.cut_edge(min_limit, hit_func_ids)
204 self.reverse_call_graph.cut_edge(min_limit, hit_func_ids)
355 def cut_edge(self, min_limit, hit_func_ids): argument
360 if child.subtree_event_count < min_limit:
363 child.cut_edge(min_limit, hit_func_ids)
644 min_limit = event.event_count * min_func_percent * 0.01
649 if thread.call_graph.subtree_event_count < min_limit:
652 thread.limit_percents(min_limit, min_callchain_percent, hit_func_ids)