Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dpower_status.py622 def __init__(self, start_cpu=-1, end_cpu=-1): argument
641 if (start_cpu >= 0 and end_cpu >= 0
642 and not (start_cpu == 0 and end_cpu == num_cpus - 1)):
643 self._file_paths = self._file_paths[start_cpu : end_cpu]
644 name += '_' + str(start_cpu) + '_' + str(end_cpu)
716 def __init__(self, start_cpu=-1, end_cpu=-1): argument
721 if (start_cpu >= 0 and end_cpu >= 0
722 and not (start_cpu == 0 and end_cpu == num_cpus - 1)):
723 self._cpus = self._cpus[start_cpu : end_cpu]
724 name = name + '_' + str(start_cpu) + '_' + str(end_cpu)