Home
last modified time | relevance | path

Searched refs:dump_timings_points_summary (Results 1 – 1 of 1) sorted by relevance

/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py202 dump_timings_points_summary("Kernel", kernel_timing_points, args)
203 dump_timings_points_summary("Logcat", logcat_timing_points, args)
221 def dump_timings_points_summary(msg_header, timing_points, args): function