I want to analysis a large open-sourced java framework with Vtune Amplifier.
In particular, I want to log the method invocation sequences during its execution.
Each output entry should contains "method name, calling time, existing time". (Either instruction level or method level.)
How may I have it using Vtune? Currently, Vtune reports the aggregated information, e.g., the number of instructions retired each method, but I need the execution sequence.
Any helps are appreciated. Thanks!