beothorn / javaflame

Create reports for function calls with argument and return values on java. No servers or open connections, just plug the agent and get the results.
Apache License 2.0
80 stars 1 forks source link

Package dependency analyzer #84

Open beothorn opened 5 months ago

beothorn commented 5 months ago

Map functions to package calls, given a level EX: com.example.foo.Myclass#funx -> com.bar.baz.NotMyclass#funx

map to com.example.foo -> com.bar.baz

Level 1

com

Level 2

com.example -> com.bar

Create a nice graph

beothorn commented 4 weeks ago

Or create a sequence diagram