Searched refs:cpu_cycles (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tools/watchdog/parser/ |
D | carwatchdog_dump_parser.py | 120 self, command, cpu_time_ms, package_cpu_time_percent, cpu_cycles argument 125 self.cpu_cycles = cpu_cycles 136 stats_pb.cpu_cycles, 146 self.cpu_cycles, 160 cpu_cycles, argument 166 self.cpu_cycles = cpu_cycles 179 stats_pb.cpu_cycles, 189 "cpu_cycles": self.cpu_cycles, 208 self.cpu_cycles,
|
D | perf_stats_proto_utils.py | 63 cpu_cycles=package_cpu_stats.cpu_cycles, 74 cpu_cycles=process_cpu_stats.cpu_cycles,
|
D | performancestats.proto | 79 optional int64 cpu_cycles = 4; field 87 optional int64 cpu_cycles = 5; field
|
/packages/services/Car/service/proto/android/car/watchdog/ |
D | performance_stats.proto | 72 optional int64 cpu_cycles = 2;
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | PerformanceProfilerTest.cpp | 868 Property("cpu_cycles", &PackageCpuStats_CpuStats::cpu_cycles,
|