Searched refs:time_pre_dec (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 328 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument 338 …, %u, %u, %.4f, %u, %.2f, %.3f, %u, %.3f, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post… 448 time_pre_dec = search_obj.group(6) 467 start_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) 471 last_sec_cpu[cpu_int] = time_pre_dec 474 …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 478 … elapsed_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) - start_time 486 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
|