Home
last modified time | relevance | path

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

/developtools/hiperf/script/
Dmake_diff.py53 combine_html(all_json_base, all_json_target)
54 report_html_file.write(html_str + combine_html(all_json_base, all_json_target))
64 def combine_html(json_1, json_2): function