Searched refs:PerformanceStats (Results 1 – 8 of 8) sorted by relevance
185 perf_stats_pb: performancestats_pb2.PerformanceStats, argument186 ) -> carwatchdog_dump_parser.PerformanceStats:188 perf_stats = carwatchdog_dump_parser.PerformanceStats()220 perf_stats: carwatchdog_dump_parser.PerformanceStats, argument230 perf_stats_pb = performancestats_pb2.PerformanceStats()311 ) -> Optional[carwatchdog_dump_parser.PerformanceStats]:313 performance_stats_pb = performancestats_pb2.PerformanceStats()
431 class PerformanceStats: class731 def parse_dump(dump: str) -> PerformanceStats:734 performance_stats = PerformanceStats()
72 repeated PerformanceStats perf_stats = 2;
124 message PerformanceStats { message
44 optional PerformanceStats performance_stats = 2; field
22 message PerformanceStats { message
747 uint64_t bootTimeStatsToken = outProto.start(PerformanceStats::BOOT_TIME_STATS); in onDumpProto()753 uint64_t wakeUpStatsToken = outProto.start(PerformanceStats::WAKE_UP_STATS); in onDumpProto()760 uint64_t userSwitchStatsToken = outProto.start(PerformanceStats::USER_SWITCH_STATS); in onDumpProto()774 uint64_t lastNMinutesStatsToken = outProto.start(PerformanceStats::LAST_N_MINUTES_STATS); in onDumpProto()780 uint64_t customCollectionStatsToken = outProto.start(PerformanceStats::CUSTOM_COLLECTION_STATS); in onDumpProto()
2006 PerformanceStats performanceStats = performanceProfilerDump.performance_stats(); in TEST_F()