Home
last modified time | relevance | path

Searched refs:Gauge (Results 1 – 25 of 33) sorted by relevance

12

/external/v8/src/arm64/
Dinstrument-arm64.cc41 if (type_ == Gauge) { in count()
68 {"Move Immediate", Gauge},
69 {"Add/Sub DP", Gauge},
70 {"Logical DP", Gauge},
71 {"Other Int DP", Gauge},
72 {"FP DP", Gauge},
74 {"Conditional Select", Gauge},
75 {"Conditional Compare", Gauge},
77 {"Unconditional Branch", Gauge},
78 {"Compare and Branch", Gauge},
[all …]
Dinstrument-arm64.h28 Gauge = 0, // Gauge counters reset themselves after reading. enumerator
35 explicit Counter(const char* name, CounterType type = Gauge);
/external/vixl/src/vixl/a64/
Dinstrument-a64.cc62 if (type_ == Gauge) { in count()
89 {"Move Immediate", Gauge},
90 {"Add/Sub DP", Gauge},
91 {"Logical DP", Gauge},
92 {"Other Int DP", Gauge},
93 {"FP DP", Gauge},
95 {"Conditional Select", Gauge},
96 {"Conditional Compare", Gauge},
98 {"Unconditional Branch", Gauge},
99 {"Compare and Branch", Gauge},
[all …]
Dinstrument-a64.h49 Gauge = 0, // Gauge counters reset themselves after reading. enumerator
56 explicit Counter(const char* name, CounterType type = Gauge);
/external/autotest/client/common_lib/cros/graphite/
Dstats.py117 class Gauge(statsd.Gauge): class
128 statsd.Gauge.send(self, subname, value)
132 self.Gauge = Gauge
Dautotest_stats.py59 class Gauge(_statsd.Gauge): class
Dstatsd_mock.py29 class Gauge(stats_es_mock.mock_class_base): class
Dstatsd_mock_unittest.py29 statsd.Gauge('gauge').send('name', 1)
Des_test_utils.py22 'gauge': autotest_stats.Gauge,
/external/autotest/scheduler/shard/
Dshard_client.py149 autotest_stats.Gauge(STATS_KEY).send(
151 autotest_stats.Gauge(STATS_KEY).send(
153 autotest_stats.Gauge(STATS_KEY).send(
299 autotest_stats.Gauge(STATS_KEY).send(
317 autotest_stats.Gauge(STATS_KEY).send(
/external/autotest/site_utils/
Dcollect_host_stats.py82 autotest_stats.Gauge('machine_utilization_rate').send('%s_hours.%s.%s' %
85 autotest_stats.Gauge('machine_availability_rate').send('%s_hours.%s.%s' %
88 autotest_stats.Gauge('machine_idle_rate').send('%s_hours.%s.%s' %
Dmetadata_reporter.py116 autotest_stats.Gauge('metadata_reporter').send(
123 autotest_stats.Gauge('metadata_reporter').send(
Dlxc_cleanup.py185 autotest_stats.Gauge(key).send('success', success_count)
186 autotest_stats.Gauge(key).send('failure', failure_count)
Dcheck_hung_proc.py44 autotest_stats.Gauge(STATS_KEY).send(prog, count)
Dcount_jobs.py34 autotest_stats.Gauge('jobs_rate').send('afe_daily_count', count)
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
Drfc1155.py41 class Gauge(univ.Integer): class
64 namedtype.NamedType('gauge', Gauge()),
/external/autotest/scheduler/
Drdb_cache_manager.py236 autotest_stats.Gauge(rdb_utils.RDB_STATS_KEY).send(
238 autotest_stats.Gauge(rdb_utils.RDB_STATS_KEY).send(
Dmonitor_db.py508 autotest_stats.Gauge('scheduler.jobs_per_tick').send(
826 autotest_stats.Gauge(key).send('new_hostless_jobs', new_hostless_jobs)
841 autotest_stats.Gauge(key).send('new_jobs_with_hosts',
843 autotest_stats.Gauge(key).send('new_jobs_without_hosts',
1025 autotest_stats.Gauge('scheduler.jobs_per_tick').send(
1027 autotest_stats.Gauge('scheduler.jobs_per_tick').send(
Drdb_utils.py102 _gauge = autotest_stats.Gauge(RDB_STATS_KEY)
Ddrone_utility.py267 autotest_stats.Gauge(_STATS_KEY).send('%s.%s' % (kill_proc_key, 'net'),
282 autotest_stats.Gauge(_STATS_KEY).send(
608 autotest_stats.Gauge(_STATS_KEY).send('invocation_overhead',
Dpostjob_task.py125 autotest_stats.Gauge('scheduler').send(
133 autotest_stats.Gauge('scheduler').send(
Drdb.py417 autotest_stats.Gauge(rdb_utils.RDB_STATS_KEY).send(
419 autotest_stats.Gauge(rdb_utils.RDB_STATS_KEY).send(
/external/autotest/site_utils/stats/
Ddevserverinfo.py20 stat = autotest_stats.Gauge(server, bare=True)
Dhostinfo.py20 stat = autotest_stats.Gauge(server, bare=True)
Dapacheinfo.py38 stat = autotest_stats.Gauge(server, bare=True)

12