Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py112 def libraries(self) -> Iterator[LibScope]:
169 self.libs: Dict[int, LibScope] = {} # map from lib_id to LibScope
187 lib = self.libs[lib_id] = LibScope(lib_id)
254 class LibScope(object): class
275 def merge(self, lib: LibScope): argument