Lines Matching refs:cpus
55 The test creates as many busy threads as there are big cpus.
56 These busy threads have high load and should run in the CPUs with
59 phase, the maximum frequency of the big cpus is limited to the
61 Finally, in the third phase, the maximum frequency of the big cpus
65 This test assumes that the lowest OPPs of the big cpus have less
66 capacity than the highest OPP of the little cpus. If that is not
73 The threads have high load, so they should always run in the CPUs
75 system is unconstrained, so they should run on the big CPUs. In
77 and the little CPUs have higher capacity. Therefore, in the
79 cpus. In the third phase the maximum frequency of the big cpus is
80 restored, so they become again the CPUs with the higest capacity
81 in the system. The busy threads must run on the big cpus in the
154 def check_residencies(self, cpus, cpus_name, window, phase_description):
156 given set of cpus for a period of time."""
158 residency_dict = self.sa.getResidency("cluster", cpus, window=window,
162 msg = "Pid {} ran in {} cpus only {:.2f}% percent of the time when the system was {} (expected {:.2f}%)" \
170 """All busy threads run in the beginning in big cpus"""
206 return to the big cpus"""