/external/v8/src/arm64/ |
D | instrument-arm64.cc | 41 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 …]
|
D | instrument-arm64.h | 28 Gauge = 0, // Gauge counters reset themselves after reading. enumerator 35 explicit Counter(const char* name, CounterType type = Gauge);
|
/external/vixl/src/vixl/a64/ |
D | instrument-a64.cc | 62 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 …]
|
D | instrument-a64.h | 49 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/ |
D | stats.py | 117 class Gauge(statsd.Gauge): class 128 statsd.Gauge.send(self, subname, value) 132 self.Gauge = Gauge
|
D | autotest_stats.py | 59 class Gauge(_statsd.Gauge): class
|
D | statsd_mock.py | 29 class Gauge(stats_es_mock.mock_class_base): class
|
D | statsd_mock_unittest.py | 29 statsd.Gauge('gauge').send('name', 1)
|
D | es_test_utils.py | 22 'gauge': autotest_stats.Gauge,
|
/external/autotest/scheduler/shard/ |
D | shard_client.py | 149 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/ |
D | collect_host_stats.py | 82 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' %
|
D | metadata_reporter.py | 116 autotest_stats.Gauge('metadata_reporter').send( 123 autotest_stats.Gauge('metadata_reporter').send(
|
D | lxc_cleanup.py | 185 autotest_stats.Gauge(key).send('success', success_count) 186 autotest_stats.Gauge(key).send('failure', failure_count)
|
D | check_hung_proc.py | 44 autotest_stats.Gauge(STATS_KEY).send(prog, count)
|
D | count_jobs.py | 34 autotest_stats.Gauge('jobs_rate').send('afe_daily_count', count)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
D | rfc1155.py | 41 class Gauge(univ.Integer): class 64 namedtype.NamedType('gauge', Gauge()),
|
/external/autotest/scheduler/ |
D | rdb_cache_manager.py | 236 autotest_stats.Gauge(rdb_utils.RDB_STATS_KEY).send( 238 autotest_stats.Gauge(rdb_utils.RDB_STATS_KEY).send(
|
D | monitor_db.py | 508 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(
|
D | rdb_utils.py | 102 _gauge = autotest_stats.Gauge(RDB_STATS_KEY)
|
D | drone_utility.py | 267 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',
|
D | postjob_task.py | 125 autotest_stats.Gauge('scheduler').send( 133 autotest_stats.Gauge('scheduler').send(
|
D | rdb.py | 417 autotest_stats.Gauge(rdb_utils.RDB_STATS_KEY).send( 419 autotest_stats.Gauge(rdb_utils.RDB_STATS_KEY).send(
|
/external/autotest/site_utils/stats/ |
D | devserverinfo.py | 20 stat = autotest_stats.Gauge(server, bare=True)
|
D | hostinfo.py | 20 stat = autotest_stats.Gauge(server, bare=True)
|
D | apacheinfo.py | 38 stat = autotest_stats.Gauge(server, bare=True)
|