Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py203 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): member in CallNode
363 child.cut_edge(min_limit, hit_func_ids)