{{heading}} | total (ms) | count |
{{flattenedTimer.name}}
|
{{flattenedTimer.totalNanos / (1000000 * transactionCount) | gtMillis}} | {{flattenedTimer.count / transactionCount | gtCount}} |
/
/
|
{{heading}} | total (ms) | count |
{{treeTimer.name}}{{treeTimer.extended ? ' (extended)' : ''}}
|
{{treeTimer.totalNanos / (1000000 * transactionCount) | gtMillis}} | {{treeTimer.count / transactionCount | gtCount}} |
/
/
|