Searched refs:autotest_stats (Results 1 - 6 of 6) sorted by relevance

/external/autotest/client/common_lib/cros/graphite/
H A Des_test_utils.py16 from autotest_lib.client.common_lib.cros.graphite import autotest_stats namespace
21 'timer': autotest_stats.Timer,
22 'gauge': autotest_stats.Gauge,
23 'raw': autotest_stats.Raw,
24 'average': autotest_stats.Average,
25 'counter': autotest_stats.Counter,
/external/autotest/frontend/afe/json_rpc/
H A DserviceHandler.py39 from autotest_lib.client.common_lib.cros.graphite import autotest_stats namespace
110 autotest_stats.Counter('rpc').increment(methName)
115 timer = autotest_stats.Timer('rpc', metadata=metadata)
/external/autotest/tko/
H A Ddb.py14 from autotest_lib.client.common_lib.cros.graphite import autotest_stats namespace
139 autotest_stats.Counter('tko_db_con_error').increment()
181 autotest_stats.Counter('tko_db_error').increment()
/external/autotest/frontend/afe/
H A Drpc_utils.py26 from autotest_lib.client.common_lib.cros.graphite import autotest_stats namespace
930 timer = autotest_stats.Timer('shard_heartbeat.retrieve_shard')
945 timer = autotest_stats.Timer('shard_heartbeat')
1011 timer = autotest_stats.Timer('shard_heartbeat')
H A Dmodel_logic.py14 from autotest_lib.client.common_lib.cros.graphite import autotest_stats namespace
935 timer = autotest_stats.Timer('serialize_latency.%s' % (
1120 timer = autotest_stats.Timer('deserialize_latency.%s' % (
H A Drpc_interface.py45 from autotest_lib.client.common_lib.cros.graphite import autotest_stats namespace
1603 timer = autotest_stats.Timer('control_files.parse.%s.%s' %
1661 timer = autotest_stats.Timer('control_files.stage.%s' % (
1951 timer = autotest_stats.Timer('shard_heartbeat')

Completed in 183 milliseconds