Searched refs:debug_stats (Results 1 – 2 of 2) sorted by relevance
83 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 …]
30 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]