Searched refs:last_sec_cpu (Results 1 – 1 of 1) sorted by relevance
65 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname71 last_sec_cpu = [0] * MAX_CPUS variable430 global sample_num, last_sec_cpu, last_usec_cpu, start_time470 if last_sec_cpu[cpu_int] == 0 :471 last_sec_cpu[cpu_int] = time_pre_dec474 …duration_us = (int(time_pre_dec) - int(last_sec_cpu[cpu_int])) * 1000000 + (int(time_post_dec) - i…476 last_sec_cpu[cpu_int] = time_pre_dec