Code coverage: time spent per object?

txerifftxeriff Member Posts: 492
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.

Answers

  • vaprogvaprog Member Posts: 1,116
    Hi

    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.
  • txerifftxeriff Member Posts: 492
    Ok thanks but that seems not very useful. If you can see how many time takes per object it would make easier to debug just that object.
Sign In or Register to comment.