Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py259 self.functions: Dict[int, FunctionScope] = {} # map from func_id to FunctionScope.
261 def get_function(self, func_id: int) -> FunctionScope:
264 function = self.functions[func_id] = FunctionScope(func_id)
285 class FunctionScope(object): class
340 def merge(self, function: FunctionScope): argument