Searched refs:time_post_dec (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument 336 … %.2f, %.3f, %u, %.3f, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(core_bus… 447 time_post_dec = search_obj.group(8) 465 start_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) 470 last_usec_cpu[cpu_int] = time_post_dec 472 …s = (int(time_pre_dec) - int(last_sec_cpu[cpu_int])) * 1000000 + (int(time_post_dec) - int(last_us… 475 last_usec_cpu[cpu_int] = time_post_dec 476 … elapsed_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) - start_time 484 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
|