# Queries: {count}
Time span: {deltaTime} ({fromTime} - {toTime})
Avg. time/query: {avgTime}
{if(recording)}Recording stacktraces{else}Not recording stacktraces{/if}
Clear
{each(transactions as t)} {escape(none)} {/escape} {/each}
Total time (ms) Avg. time (ms) # Calls Sql
{t.formattedTotalTime} {t.formattedAvgTime} {t.count}
{t.sql}