Options

Profile a single object?

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.
Jason Short
VistaDB Managed SQL Database Engine
http://www.vistadb.net

Comments

  • Options
    Hi there,

    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
Sign In or Register to comment.