Activity overview
Latest activity by Cheetah
That fixed it, thank you [image] / comments
That fixed it, thank you
I just tried with the latest build, and the step it sticks on is "Filling object graph"
I tried with a very small console app, and it did not exhibit the slowness.
I tried with a medium size (compared to the first app) WPF app, and it too sat for a bit on the "Filling object graph", but not for anywhere near as long.
In case this is just an issue of scale, the "big" application I started with, once it does finish taking and loading the snapshot, it shows 5710 classes and 14061 instances. Saving the results with just that one snapshot results in a 222 MB file. / comments
I just tried with the latest build, and the step it sticks on is "Filling object graph"
I tried with a very small console app, and it did not exhibit the slowness.
I tried with a medium size (compa...
Taking a snapshot with V6 takes about 5 seconds. Assuming that the messages displayed by the profiler while it takes and analyzes the snapshot have roughly the same meaning between V6 and V7, nearly all the extra time taken by V7 is in that "Filling Cache" step.
I should also note that the app being profiled continues running during that filling cache step, and some (but not all) of the ANTS UI remains responsive. For example, I can zoom the counters strip in and out, but I cannot scroll it left / right. I can also take another snapshot while the Filling Cache step runs.
As far as slowdown to the app being profiled, neither V6 nor V7 causes a noticeable slowdown. However, the problem I'm debugging now doesn't involve any of the CPU intensive parts of the app, so a for a slowdown to be noticeable, it would have to be severe enough to impact basic UI responsiveness. / comments
Taking a snapshot with V6 takes about 5 seconds. Assuming that the messages displayed by the profiler while it takes and analyzes the snapshot have roughly the same meaning between V6 and V7, near...
Snapshots very slow during "Filling Cache"
Giving 7.0.0.556 a whirl, and just starting out, I'm noticing what is at best a major annoyance: Every snapshot, not just the first, takes about 3 minutes (!), almost all of that spent "Filling Ca...
That sounds definitely useful, and much more powerful than the limited automation I suggested. I can trivially implement timed snapshots and whatever else I need on top of that.
Thanks [image] / comments
That sounds definitely useful, and much more powerful than the limited automation I suggested. I can trivially implement timed snapshots and whatever else I need on top of that.
Thanks
Still working on that same bug, I have another reason to desire automatic snapshots.
I have reason to believe that I have code somewhere that only leaks if the monitor has gone into power save mode. As soon as it comes out of power save, the memory is released. So to diagnose the leak, I need a way to take a snapshot without waking up the monitor ... / comments
Still working on that same bug, I have another reason to desire automatic snapshots.
I have reason to believe that I have code somewhere that only leaks if the monitor has gone into power save mode...
Feature Request: Automatic Periodic Snapshots
I'm debugging a very slow memory leak (that eventually leads to an application crash), and the most convenient way for me to do this would be to leave the app running under the memory profiler over...
Having the same problem on WinXP SP3, VS2008 Pro, including the weird thing where the performance profiler button and menu items enable themselves when unloading the addin. The memory profiler button / menu item did not get enabled when unloading the addin.
Chris.Allen wrote:
Those darned crazy addins! Try this please
Tried that, and while it removed some strange duplicate items from the ANTS menu, the menu items and toolbar buttons to start the profiler are still always greyed out. Any other suggestions on how to fix this, or how to debug it to get more info? / comments
Having the same problem on WinXP SP3, VS2008 Pro, including the weird thing where the performance profiler button and menu items enable themselves when unloading the addin. The memory profiler but...
Release Notes for 5.1.6.0?
Can we get release notes for 5.1.6.0 please?
Release Notes?
When new versions of reflector come out, could we get some release notes about what's changed? Mine just self updated to 5.1.4.0, with no indication of what got updated/fixed/etc.