Activity overview
Latest activity by Clausp
Ok.
Currently I have an issue where the server goes in 100% cpu.
I have found out that is was dure to a error loop. The error handler was called a huge number of times, but took no time (according to the profiler). But the server went 100% anyway.
/Claus / comments
Ok.
Currently I have an issue where the server goes in 100% cpu.
I have found out that is was dure to a error loop. The error handler was called a huge number of times, but took no time (according ...
Ants profiler crashed
I have problems with the following scenario.
I have installed Ants profiler on a production server (win2k3/iis6) and started the profiling. Then I "disabled" (not stopped) because I need to wait un...
Brian Donahue wrote:
Hi Claus,
ANTS Profiler can show 'ticks', but this is hidden and you have to add it to the all methods panel using the 'choose columns' function. The full list of columns available via the column chooser is documented here.
I know that, but ticks is not very different from milliseconds, because it still shows how long time (in ticks) the application has spend in a function - not how many cpu ressources it has taken.
/Claus / comments
Brian Donahue wrote:
Hi Claus,
ANTS Profiler can show 'ticks', but this is hidden and you have to add it to the all methods panel using the 'choose columns' function. The full list of columns av...
Time vs. cpu time
Hi Red-gate
I have tested your profiler a bit on a web application that use threads a lot, which often sleep to wait for external ressources to finish.
Now when I use your profiler, it tells me tha...