Lines Matching refs:add_counter
81 def add_counter(self, key: str, test: str = '') -> None: member in Counters
156 self.status.add_counter(ts_status)
160 self.status.counters[ts_status].subcounters.add_counter(tc_status)
168 self.platforms.add_counter(ts_platform)
178 self.errors.add_counter(reason)
182 self.errors.counters[reason].subcounters.add_counter(error_key, test_identifier)
186 self.errors.add_counter(reason)
190 self.errors.counters[reason].subcounters.add_counter(error_key, test_identifier)
193 self.errors.add_counter(ts_reason)
200 self.errors.counters[ts_reason].subcounters.add_counter(tc_reason, test_identifier)
275 self.errors.add_counter(key, test_identifier)
280 self.errors.add_counter(key, test_identifier)