sylvainlaurent / JDBC-Performance-Logger

A JDBC driver wrapper and GUI to analyze statement performance
Apache License 2.0
84 stars 26 forks source link

Feature : Add a delta timestamp column #9

Closed sylvainlaurent closed 10 years ago

sylvainlaurent commented 11 years ago

New feature : add a column that displays the delta of time of each statement compared to a specific statement. This allows to have a running sum of time spent in the DB...

Maybe 2 columns : one for the delta of absolute time, one for the running sum of time spent ?

sylvainlaurent commented 10 years ago

done