I am trying to get a nested method level instrumentation (like time spend in executing the method etc.) and i would like to specify the highest level method in the call stack. I would like to see the instrumentation data starting with the top most method covering all methods that come in the call stack.
Is this possible to do with AppD?
Anand,
What you are describing is basically the intent of the call graphs within our BT snapshot feature. Have you looked into that?
Warm regards,
Peter