Searched refs:MetricType (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoPerfCollection.cpp | 102 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 D | UidIoStatsCollector.h | 42 enum MetricType { enum
|
H A D | IoPerfCollection.h | 80 std::string toString(MetricType metricsType, const int64_t totalIoStats[][UID_STATES]) const;
|
/aosp12/art/libartbase/base/metrics/ |
H A D | metrics_test.h | 51 template <typename MetricType> 52 uint64_t CounterValue(const MetricType& counter) { in CounterValue()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | EventMetricProducer.h | 48 MetricType getMetricType() const override { in getMetricType()
|
H A D | CountMetricProducer.h | 60 MetricType getMetricType() const override { in getMetricType()
|
H A D | MetricProducer.h | 91 enum MetricType { enum 322 virtual MetricType getMetricType() const = 0;
|
H A D | DurationMetricProducer.h | 66 MetricType getMetricType() const override { in getMetricType()
|
H A D | GaugeMetricProducer.h | 100 MetricType getMetricType() const override { in getMetricType()
|
H A D | ValueMetricProducer.h | 95 MetricType getMetricType() const override { in getMetricType()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
H A D | config_update_utils.cpp | 442 const MetricType metricType, const set<int64_t>& matcherDependencies, in determineMetricUpdateStatus()
|