Profile a single object?
JasonShort
Posts: 12
Is there a way to profile a single object?
I have narrowed down an object that I am attempting to optmize, but re-running the entire test app to profile everything is taking a very long time. If I could tell the profiler "this class" is all I am interested in it would run a lot faster. Using the quick mode is fast, but I need some drill down in this one class.
Thanks.
I have narrowed down an object that I am attempting to optmize, but re-running the entire test app to profile everything is taking a very long time. If I could tell the profiler "this class" is all I am interested in it would run a lot faster. Using the quick mode is fast, but I need some drill down in this one class.
Thanks.
Comments
you can specify a custom filter on the final page of the project wizard. This will allow you to specify a filter right down to the class level. Another way to speed up the profiler would be to disable it during start up and then enable it just before your problematic code executes.
Do let me know how you get on?
Regards,
Tom Harris
Red Gate Software