Home
last modified time | relevance | path

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

/system/core/init/
Dperfboot.py192 def init_perf(device, output, record_list, tags): argument
202 if record_list:
203 print_summary(record_list, tags[-1])
204 output_results(output, record_list, tags)
275 def output_results(filename, record_list, tags): argument
283 for record in record_list:
306 for record in record_list:
347 def print_summary(record_list, end_tag): argument
350 end_times = [get_last_value(record, end_tag) for record in record_list
444 record_list = []
[all …]