Evaluation question about times

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

I'd assume that the difference was down to the ANTS Profiler
compensation for the performance hit caused by running the application in
profiling mode, which slows the application down quite a lot. From 6 minutes
to 27 seconds, though, that's a big, big difference.

What is Form1.Button1_Click doing, basically, and how is the application
writing to the event log and when?

Regards,

Brian Donahue
Red Gate Technical Support


"John Colaizzi" <jc@xmission.com> wrote in message
news:rUpuAgPPEHA.1508@server53...
> I'm evaluating the profiler and so far I like it. I do have a question
about
> the times displayed. After running the profiler on an application I get:
>
> Name Procedure time (s) Total (s) Hit count Average (s) Min (s) Max
> (s)
> ProfileTest.Form1.Main() 27.2 27.5 1 27.5 27.5 27.5
> ProfileTest.Form1.button1_Click(object sender, EventArgs e) 22.7
22.7
> 1 22.7 22.7 22.7
>
> This seems to indicate that the application ran 27.5 seconds.
> In reality it ran 6 minutes and 43 seconds per the log file.
>
> Will someone explain this to me?
>
> Thanks
> John Colaizzi
>
>
>
>
>
This discussion has been closed.