#
dbgview
Here is 1 public repository matching this topic...
Improve this page
Add a description, image, and links to the dbgview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dbgview topic, visit your repo's landing page and select "manage topics."
Recently I was working with another dev on some performance issues. At one point, i took the dbv++ output, pasted it into a blank email (to get the spacing formatted), then took that and pasted it into Excel. I then added a column for Elapsed time (this step) and added a formula to calculate for each line how much time had elapsed since the last log entry. A simple process, but kind of cumbersome.