Home
last modified time | relevance | path

Searched refs:get_custom_collection_stats (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tools/watchdog/parser/
Dperf_stats_proto_utils.py246 if (stats := perf_stats.get_custom_collection_stats()) is not None:
Dcarwatchdog_dump_parser.py481 def get_custom_collection_stats(self) -> Optional[SystemEventStats]: member in PerformanceStats