Home
last modified time | relevance | path

Searched refs:totalCpuCycles (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tools/cpu_perf/
Dperfetto_cpu_analysis.py74 def print(self, totalCpuCycles, perCoreTotalCycles, loadPercentile): argument
77 totalCpuLoad = float(self.getTotalCycles()) / totalCpuCycles * 100.0
105 def print(self, totalCpuCycles, perCoreTotalCycles, loadPercentile, showThreads=False): argument
107 totalCpuLoad = float(self.getTotalCycles()) / totalCpuCycles * 100.0
122 t.print(totalCpuCycles, perCoreTotalCycles, loadPercentile)
173 totalCpuCycles = 0
188 totalCpuCycles += perCoreCpuCycles[l.coreId]
204 t.print(totalCpuCycles, perCoreCpuCycles, loadPercentile)
215 p.print(totalCpuCycles, perCoreCpuCycles, loadPercentile, showThreads=True)
219 p.print(totalCpuCycles, perCoreCpuCycles, loadPercentile)
/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.cpp323 comm.c_str(), startTimeMillis, cpuTimeMillis, totalCpuCycles, totalMajorFaults, in toString()
465 deltaProcessStats.totalCpuCycles = 0; in collect()
474 deltaProcessStats.totalCpuCycles = in collect()
475 addUint64(deltaProcessStats.totalCpuCycles, deltaThreadCpuCycles); in collect()
480 addUint64(deltaUidStats.cpuCycles, deltaProcessStats.totalCpuCycles); in collect()
519 uidProcStats->cpuCycles = addUint64(uidProcStats->cpuCycles, processStats.totalCpuCycles); in readUidProcStatsLocked()
573 .totalCpuCycles = 0, in readProcessStatsLocked()
651 processStats.totalCpuCycles = addUint64(processStats.totalCpuCycles, *tidCpuCycles); in readProcessStatsLocked()
DPerformanceProfiler.h178 uint64_t totalCpuCycles = 0; member
193 uint64_t totalCpuCycles = 0; member
DPerformanceProfiler.cpp256 .cpuNonIdleCycles = static_cast<int64_t>(systemStats.totalCpuCycles), in constructSystemSummaryUsageStats()
497 processStats.totalCpuCycles), in cacheTopNProcessCpuStats()
601 StringAppendF(&buffer, "\tTotal CPU cycles: %" PRIu64 "\n", totalCpuCycles); in toString()
830 static_cast<int>(record.systemSummaryStats.totalCpuCycles)); in dumpStatsRecordsProto()
1146 record.systemSummaryStats.totalCpuCycles = record.userPackageSummaryStats.totalCpuCycles; in processLocked()
1193 userPackageSummaryStats->totalCpuCycles += curUidStats.procStats.cpuCycles; in processUidStatsLocked()
DUidProcStatsCollector.h71 uint64_t totalCpuCycles = 0; member
/packages/services/Car/cpp/watchdog/server/tests/
DUidProcStatsCollectorTestUtils.h39 ::testing::Value(actual.totalCpuCycles, ::testing::Eq(expected.totalCpuCycles)) &&
DPerformanceProfilerTest.cpp299 &UserPackageSummaryStats::totalCpuCycles,
300 Eq(expected.totalCpuCycles)),
324 Field("totalCpuCycles", &SystemSummaryStats::totalCpuCycles,
325 Eq(expected.totalCpuCycles)),
634 .totalCpuCycles = 64'000, in sampleUidStats()
995 systemSummaryStats.totalCpuCycles),
1500 .totalCpuCycles = 3'500, in TEST_F()
1515 nextSystemSummaryStats.totalCpuCycles = 3'500; in TEST_F()
1731 .totalCpuCycles = 64'000, in TEST_F()
1810 .totalCpuCycles = 64'000, in TEST_F()