java - Dynamic method invocation trace logging in JVM -


i want analysis large open-sourced java framework. in order so, want log method invocation sequences during execution. output should include multiple entries, each entry contains "method name, call time, exit time". it's hard modify source code of original framework enable tracing task. hope find profiliers or approaches. thanks!

i have found useful tool myself @ https://code.google.com/archive/p/javashot/, although haven't tried out yet. more suggestions still welcome!


Comments

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -