Lines Matching refs:stats
83 stats = self.get_stats()
84 module_stats = stats['modules'][0]
91 self.assertEqual(stats["totalDebugInfoIndexLoadedFromCache"], 0)
92 self.assertEqual(stats["totalDebugInfoIndexSavedToCache"], 1)
93 self.assertEqual(stats["totalSymbolTablesLoadedFromCache"], 0)
94 self.assertEqual(stats["totalSymbolTablesSavedToCache"], 1)
128 stats = self.get_stats()
129 module_stats = stats['modules'][0]
136 self.assertEqual(stats["totalDebugInfoIndexLoadedFromCache"], 0)
137 self.assertEqual(stats["totalDebugInfoIndexSavedToCache"], 0)
138 self.assertEqual(stats["totalSymbolTablesLoadedFromCache"], 0)
139 self.assertEqual(stats["totalSymbolTablesSavedToCache"], 0)