Profiling single .NET page

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
Hi Rob,

Absolutely! You can change Profiler's settings so that it won't start
profiling until you're ready to start. If you de-select the 'Start taking
measurements immediately' button, you can do whatever you need to do to get
to the page you're interested in, then click GO on the control window to
start profiling.

Sincerely,

Brian Doanhue
Red Gate Technical Support

"Rob Hayes" <rob@vidology.com> wrote in message
news:fL9BKL%23vDHA.304@server53...
> Hi there,
>
> I have recently downloaded the profiler and have found no problems using
it
> to profile my .NET pages, however what I really want to be able to do is
to
> use the profiler to simple profile a single page.
>
> In our application there are a number of steps that we have to go through
> before we get to the page we really want to profile, hence we have to log
in
> and then navigate to the correct page. I really want to be able to ignore
> the profiling of the login pages and only start the profiler off once I've
> logged in and got to the specific page I am looking at.
>
> Is this possible??
>
> Thanks in advance,
>
> Rob
>
>

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    In version 2.0, we have added some more commands to control the profiler during a session. The Stop button, for instance, simply abandons the session without returning results. The profiler can also be disabled, which is effectively a 'pause' button that will cause the profiler to stop collecting information until it's enabled again. Additionally, there is a 'reset' button now that simply throws away all of the currently-collected data so that you can simply start over.
This discussion has been closed.