# Queries: ${count}
Time span: ${deltaTime} (${fromTime} - ${toTime})
Avg. time/query: ${avgTime}
${each(transactions as t)} ${/each}
Total time (ms) Query time (ms) Avg. time (ms) # Queries Sql
${t.formattedTotalTime} ${t.formattedQueryTime} ${t.formattedAvgTime} ${t.count}
${!t.sql}