Comments
Sort by recent activity
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 ...
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...