Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/inferno/
H A Ddata_types.py129 def get_max_depth(self): member in FlameGraphCallSite
130 return max([c.get_max_depth() for c in self.children]) + 1 if self.children else 1
H A Dsvg_renderer.py186 height = (flamegraph.get_max_depth() + 2) * SVG_NODE_HEIGHT