Home
last modified time | relevance | path

Searched refs:SystemEventStats (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tools/watchdog/parser/
Dperf_stats_proto_utils.py39 system_event_stats: carwatchdog_dump_parser.SystemEventStats, argument
40 system_event_pb: performancestats_pb2.SystemEventStats, argument
119 system_event_pb: performancestats_pb2.SystemEventStats, argument
120 ) -> Optional[carwatchdog_dump_parser.SystemEventStats]:
125 system_event_stats = carwatchdog_dump_parser.SystemEventStats()
234 boot_time_stats_pb = performancestats_pb2.SystemEventStats()
239 last_n_minutes_stats_pb = performancestats_pb2.SystemEventStats()
247 custom_collection_stats_pb = performancestats_pb2.SystemEventStats()
Dcarwatchdog_dump_parser.py408 class SystemEventStats: class
457 def set_boot_time_stats(self, stats: SystemEventStats) -> None: argument
461 def set_last_n_minutes_stats(self, stats: SystemEventStats) -> None: argument
465 def set_custom_collection_stats(self, stats: SystemEventStats) -> None: argument
469 def get_boot_time_stats(self) -> Optional[SystemEventStats]:
475 def get_last_n_minutes_stats(self) -> Optional[SystemEventStats]:
481 def get_custom_collection_stats(self) -> Optional[SystemEventStats]:
717 ) -> Tuple[SystemEventStats, int]:
719 system_event_stats = SystemEventStats()
Dperformancestats.proto120 message SystemEventStats { message
125 optional SystemEventStats boot_time_stats = 1;
126 repeated SystemEventStats user_switch_stats = 2;
127 optional SystemEventStats custom_collection_stats = 3;
128 optional SystemEventStats last_n_minutes_stats = 4;