Searched refs:ModuleStats (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | summary.py | 29 ModuleStats = Dict[str, int] variable 30 Modules = Dict[str, ModuleStats] 103 new_module: ModuleStats = defaultdict(int) 238 mem_report: List[Dict[str, Union[str, ModuleStats]]] 255 self.mem_report: List[Dict[str, Union[str, ModuleStats]]] = [] 369 def accumulate(tree_root: Dict[str, Any], size_key: str, stats: ModuleStats): argument 382 def subtract(tree_root: Dict[str, Any], size_key: str, stats: ModuleStats): argument
|