Searched refs:getCPUBusyTime (Results 1 – 2 of 2) sorted by relevance
/external/bart/tests/ |
D | test_sched_assert.py | 104 busy_time = sma.getCPUBusyTime("all", self.all_cpus, window=(first_time, last_time)) 109 busy_pct= sma.getCPUBusyTime("all", self.all_cpus, percent=True, 115 busy_pct= sma.getCPUBusyTime("cluster", self.little, percent=True)
|
/external/bart/bart/sched/ |
D | SchedMultiAssert.py | 230 def getCPUBusyTime(self, level, node, window=None, percent=False): member in SchedMultiAssert
|