Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
beothorn committed Feb 10, 2024
1 parent 0befa91 commit 1e061a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Javaflame

Simple and easy flame graph for java.
Capture all function calls including argument and return values.
No servers or open connections, just plug the agent and get the results.
See function calls, parameters and return values all at once.
[Latest release v15.1.0](https://github.com/beothorn/javaflame/releases/download/v15.1.0/javaAgent.jar)
[Latest release v16.0.0](https://github.com/beothorn/javaflame/releases/download/v16.0.0/javaAgent.jar)

Want to see it in action? [Check out this rendering of some sort algorithms flamegraphs](https://beothorn.github.io/javaflame).

# Screenshots

![flamegraph detailed](https://github.com/beothorn/javaflame/blob/main/screenshotTooltip.png?raw=true)
![flamegraph hierarchy](https://github.com/beothorn/javaflame/blob/main/screenshotHierarchical.png?raw=true)

# What is this for?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="header" class="box">
<img id="logo" width="100px" src="./logo.svg"/>
<div id="metadata">
<p>Javaflame v15.0.0</p>
<p>Javaflame v16.0.0</p>
<p id="arguments"></p>
<p>First snapshot timestamp: <span id="startTimestamp"></span></p>
<p>Last snapshot timestamp: &nbsp;<span id="finalTimestamp"></span></p>
Expand Down
Binary file added screenshotHierarchical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e061a8

Please sign in to comment.