Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/statistics/basic/
H A DTestStats.py83 if "targets" in debug_stats:
160 debug_stats = self.get_stats()
176 stats = debug_stats['targets'][0]
230 debug_stats = self.get_stats()
246 stats = debug_stats['targets'][0]
267 debug_stats = self.get_stats()
284 memory = debug_stats['memory']
320 debug_stats = self.get_stats()
409 debug_stats = self.get_stats()
472 debug_stats = self.get_stats()
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/stats_api/
H A DTestStatisticsAPI.py30 debug_stats = json.loads(stream.GetData())
31 self.assertEqual('targets' in debug_stats, True,
33 self.assertEqual('modules' in debug_stats, True,
35 stats_json = debug_stats['targets'][0]