Tips & Tricks
Problem description
Calculation of the aggregated time one method took within an timeframe
Approach
- Each timer presents the total amount of time this method took in the currently visible timeframe within a small window at the bottom of the timer repesentation. You can use this information and calculate how much time the method took within a given timespan
- If you are running a single-threaded application, you can even use this time and compare it to the current timeframe you are viewing. Using this comparison you easily know how much time in this timeframe was used up by the current method.