Options

Function Tracing??

Hi all,

I have tried the program and I like its idea and the results in its output.

But I have a question: Does the program have an option to get the functions orders while running the program? i.e. Which function started and which one calls which function and so on?

Please if anyone knows if the Ants gets this option or if there is any other program that does this?

Thank you very much.

Mohammed Ramadan

Comments

  • Options
    Hello Mohammed,

    The closest thing to this in ANTS Profiler is the hierarchy tab in the bottom part of the screen. This will allow you to see what methods had called a particular method, and the methods called by it. The only shortcoming is that you can't really follow the chain of invocations for each individual method call. The hierarchy displays all methods called by the current method as the children and all methods that called it as the parent.

    I hope this makes a bit of sense.
Sign In or Register to comment.