Searched refs:cpu_time_ranges (Results 1 – 1 of 1) sorted by relevance
413 def CalcTimeRangesByCPU(line, cpu, cpu_time_ranges, max_time): argument414 cpu_time_range = cpu_time_ranges[cpu]428 def CountSamplesByCPU(line, cpu, cpu_time_ranges): argument430 cpu_time_ranges[cpu].sample_cnt += 1434 print("len(cpu_time_ranges)", len(cpu_time_ranges))500 cpu_time_ranges = [ CPUTimeRange(cpu) for cpu in range(nr_cpus) ]503 cpu_time_ranges = [ CPUTimeRange(-1) ]511 ProcessCommandOutputLines(cnts_cmd, per_cpu, CountSamplesByCPU, cpu_time_ranges)515 for cpu_time_range in cpu_time_ranges:552 for cpu_time_range in cpu_time_ranges:[all …]