Searched refs:last_sec_cpu (Results 1 – 1 of 1) sorted by relevance
66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname72 last_sec_cpu = [0] * MAX_CPUS variable431 global sample_num, last_sec_cpu, last_usec_cpu, start_time471 if last_sec_cpu[cpu_int] == 0 :472 last_sec_cpu[cpu_int] = time_pre_dec475 …duration_us = (int(time_pre_dec) - int(last_sec_cpu[cpu_int])) * 1000000 + (int(time_post_dec) - i…477 last_sec_cpu[cpu_int] = time_pre_dec