Home
last modified time | relevance | path

Searched refs:MetricType (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoPerfCollection.cpp102 UserPackageStats toUserPackageStats(MetricType metricType, const UidStats& uidStats) { in toUserPackageStats()
112 ioStats.metrics[MetricType::FSYNC_COUNT] in toUserPackageStats()
117 void cacheTopNIoStats(MetricType metricType, const UidStats& uidStats, in cacheTopNIoStats()
119 if (metricType != MetricType::READ_BYTES && metricType != MetricType::WRITE_BYTES) { in cacheTopNIoStats()
226 std::string UserPackageStats::toString(MetricType metricsType, in toString()
261 stats.toString(MetricType::READ_BYTES, totalIoStats).c_str()); in toString()
269 stats.toString(MetricType::WRITE_BYTES, totalIoStats).c_str()); in toString()
485 cacheTopNIoStats(MetricType::READ_BYTES, curUidStats, in processUidStatsLocked()
487 cacheTopNIoStats(MetricType::WRITE_BYTES, curUidStats, in processUidStatsLocked()
500 toUserPackageStats(MetricType::READ_BYTES, curUidStats)); in processUidStatsLocked()
[all …]
H A DUidIoStatsCollector.h42 enum MetricType { enum
H A DIoPerfCollection.h80 std::string toString(MetricType metricsType, const int64_t totalIoStats[][UID_STATES]) const;
/aosp12/art/libartbase/base/metrics/
H A Dmetrics_test.h51 template <typename MetricType>
52 uint64_t CounterValue(const MetricType& counter) { in CounterValue()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DEventMetricProducer.h48 MetricType getMetricType() const override { in getMetricType()
H A DCountMetricProducer.h60 MetricType getMetricType() const override { in getMetricType()
H A DMetricProducer.h91 enum MetricType { enum
322 virtual MetricType getMetricType() const = 0;
H A DDurationMetricProducer.h66 MetricType getMetricType() const override { in getMetricType()
H A DGaugeMetricProducer.h100 MetricType getMetricType() const override { in getMetricType()
H A DValueMetricProducer.h95 MetricType getMetricType() const override { in getMetricType()
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dconfig_update_utils.cpp442 const MetricType metricType, const set<int64_t>& matcherDependencies, in determineMetricUpdateStatus()