# Queries: {count}
Time span: {deltaTime} ({fromTime} - {toTime})
Avg. time/query: {avgTime}
{if(recording)}Recording{else}Not recording{endif}
Clear
{foreach(transactions as t)} {eachend}
Total time (ms) Avg. time (ms) # Calls Sql
{t.totalTime} {t.avgTime} {t.count}
{t.sql}