{% if rank is not none %}
Analysis of rank {{ rank|safe }}.
{% endif %}
Description |
Suggestion |
Elapsed Time(us) |
Time Ratio |
{{ format_result.record.optimization_item.description|safe }} |
{{ format_result.suggestion|safe }} |
{{ format_result.task_duration|safe }} |
{{ format_result.record.statistics_item.task_duration_ratio|safe }} |
{% for op_type, op_info in format_result.statistic %}
Operator Type |
Counts |
Elapsed Time(us) |
{{ op_info.summary.op_type|safe }} |
{{ op_info.summary.counts|safe }} |
{{ op_info.summary.total_duration|safe }} |
{% endfor %}