Hi,
I´m trying to find some performance issues and as you know, it is tricky, specially when the code has a lot of bespoke and facboxes you are not aware of.
Do you know if there is any tool that tells the amount of time spent in each object? This could ease the search between them.
thanks.
0
Answers
I have never done such a thing, but this might help:
Monitoring Microsoft Dynamics NAV Server Events
Especially the Event Tracing for Windows stuff.
I myself tend to solve requirements like this by instrumenting the code either with high resolution timers or just relying on timestamp from Debug.Write messages cought by Sysinternal's DbgView.