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 variable428 global sample_num, last_sec_cpu, last_usec_cpu, start_time468 if last_sec_cpu[cpu_int] == 0 :469 last_sec_cpu[cpu_int] = time_pre_dec472 …duration_us = (int(time_pre_dec) - int(last_sec_cpu[cpu_int])) * 1000000 + (int(time_post_dec) - i…474 last_sec_cpu[cpu_int] = time_pre_dec