Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py141 def _diff_mcs_stats(self, new_stats, old_stats): argument
143 for stat_key in new_stats.keys():
144 stats_diff[stat_key] = new_stats[stat_key] - old_stats[stat_key]