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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

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