CPU time: {{threadStats.totalCpuNanos / (1000000 * transactionCount) | gtMillis}} ms
Blocked time: {{threadStats.totalBlockedNanos / (1000000 * transactionCount) | gtMillis}} ms
Waited time: {{threadStats.totalWaitedNanos / (1000000 * transactionCount) | gtMillis}} ms
Allocated memory: {{threadStats.totalAllocatedBytes / transactionCount | gtBytes}}