MCPcopy Create free account
hub / github.com/apache/impala / increment_metric

Method increment_metric

tests/stress/query_runner.py:385–387  ·  view source on GitHub ↗

Increment the current value of the metric called 'name'.

(self, name)

Source from the content-addressed store, hash-verified

383 return [(k, v.value) for k, v in self._metrics.items()]
384
385 def increment_metric(self, name):
386 """Increment the current value of the metric called 'name'."""
387 increment(self._metrics[name])
388
389
390class QueryReport(object):

Callers 2

_start_single_runnerMethod · 0.80

Calls 1

incrementFunction · 0.90

Tested by

no test coverage detected