Show HN: Javaflame – Simple Flamegraph for your Java application Javaflame will generate a flamegraph of your application function calls, including the argument values and the return of each function. Check https://ift.tt/5lvP1IB to see an example. There are already some tools that render flamegraphs for java, but they are focused on measuring performance or require some other process running along with the application. They also record function calls, but do not record the arguments or return values from those functions. I needed instead something to help understand and debug my applications that was better than adding breakpoints and slowly step over every call. This is a simple java agent that renders a flamegraph on a html file, no extra dependencies or other processes involved. All you need is an extra argument passed to the JVM on the command line pointing to the java agent. It calls toString on every parameter and return value of every function that is included on the filter, so I wouldn't use this outside your dev machine. https://ift.tt/rhuOSN8 November 8, 2023 at 04:39AM
Show HN: Javaflame – Simple Flamegraph for your Java application https://ift.tt/sWDCJMY
Related Articles
Show HN: Carbonyl Terminal – A Windows/Linux/macOS Client for Carbonyl Browser https://ift.tt/9bDIfcWShow HN: Carbonyl Terminal – A Windows/Linux/macOS Client for Carbonyl… Read More
Show HN: I created an app to transfer files from my PC to any device wirelessly https://ift.tt/P1U2cz9Show HN: I created an app to transfer files from my PC to any device w… Read More
Show HN: ChatData-yet another chat-with-document app, querying millions of files https://ift.tt/j2qtJhzShow HN: ChatData-yet another chat-with-document app, querying million… Read More
Show HN: Create your perfect profile picture using AI https://ift.tt/6QkMXxoShow HN: Create your perfect profile picture using AI #1 Best AI Profi… Read More
Show HN: Relume Site Builder – The fastest way to design and build a website https://ift.tt/ZkqFUzCShow HN: Relume Site Builder – The fastest way to design and build a w… Read More
Show HN: An AI Textbook https://ift.tt/0Awf6bRShow HN: An AI Textbook Hi HN, Introducing Inquistory, the world's fir… Read More
Show HN: SillyCoValley – I made a fast-paced startup simulation game https://ift.tt/QCk6GajShow HN: SillyCoValley – I made a fast-paced startup simulation game h… Read More
Show HN: Tarot Arcana—AI tarot card readings https://ift.tt/nKfB4tFShow HN: Tarot Arcana—AI tarot card readings On device LLM generated t… Read More
0 Comments: