Searched refs:new_stats (Results 1 – 1 of 1) sorted by relevance
141 def _diff_mcs_stats(self, new_stats, old_stats): argument143 for stat_key in new_stats.keys():144 stats_diff[stat_key] = new_stats[stat_key] - old_stats[stat_key]