Home
last modified time | relevance | path

Searched defs:StatsCollection (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/proto/android/car/watchdog/
Dperformance_stats.proto23 optional StatsCollection boot_time_stats = 1; field
24 optional StatsCollection wake_up_stats = 2; field
26 optional StatsCollection last_n_minutes_stats = 4; field
27 optional StatsCollection custom_collection_stats = 5; field
31 message StatsCollection { message
40 optional StatsCollection user_switch_collection = 3; field
/packages/services/Car/tools/watchdog/parser/
Dperformancestats.proto104 message StatsCollection { message
Dcarwatchdog_dump_parser.py295 class StatsCollection: class
414 def add(self, collection: StatsCollection) -> None: