Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py111 def libraries(self) -> Iterator[LibScope]:
167 self.libs: Dict[int, LibScope] = {} # map from lib_id to LibScope
185 lib = self.libs[lib_id] = LibScope(lib_id)
248 class LibScope(object): class
269 def merge(self, lib: LibScope): argument