Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py221 self.call_graph.cut_edge(min_limit, hit_func_ids)
222 self.reverse_call_graph.cut_edge(min_limit, hit_func_ids)
379 def cut_edge(self, min_limit: float, hit_func_ids: Set[int]): member in CallNode
387 child.cut_edge(min_limit, hit_func_ids)