File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
java/com/github/beothorn/agent
resources/com/github/beothorn/agent Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 55Capture all function calls including argument and return values.
66Just plug the agent and get the results.
77See function calls, parameters and return values all at once.
8- [ JAVA 8 Latest release v27.0.0] ( https://repo.maven.apache.org/maven2/com/github/beothorn/javaFlame/27.0.0/javaFlame-27.0.0-java8.jar )
9- [ JAVA 11 Latest release v27.0.0] ( https://repo.maven.apache.org/maven2/com/github/beothorn/javaFlame/27.0.0/javaFlame-27.0.0-java11.jar )
10- [ JAVA 21 Latest release v27.0.0] ( https://repo.maven.apache.org/maven2/com/github/beothorn/javaFlame/27.0.0/javaFlame-27.0.0-java21.jar )
8+ [ Latest release v27.1.0] ( https://repo.maven.apache.org/maven2/com/github/beothorn/javaFlame/27.1.0/javaFlame-27.1.0-java8.jar )
119
1210Want to see it in action? [ Check out this rendering of some sort algorithms flamegraphs] ( https://beothorn.github.io/javaflame ) .
1311
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ afterEvaluate {
126126 create(publicationName, MavenPublication ) {
127127 groupId = ' com.github.beothorn'
128128 artifactId = ' javaFlame'
129- version = ' 27.0 .0'
129+ version = ' 27.1 .0'
130130
131131 // Include the custom JAR
132132 artifact(tasks. named(jarTaskName). get()) {
Original file line number Diff line number Diff line change 4040 */
4141public class MethodInstrumentationAgent {
4242
43- public static final String VERSION = "v27.0 .0" ;
43+ public static final String VERSION = "v27.1 .0" ;
4444
4545 // These packages needs to be ignored. They belong to the agent.
4646 public static final String AGENT_PACKAGE = "com.github.beothorn.agent" ;
Original file line number Diff line number Diff line change 1010 < img alt ="logo " id ="logo " width ="100px " src ="./logo.svg "/>
1111 < div id ="metadata ">
1212 < p > Javaflame v27.0.0</ p >
13+ < p > Javaflame v27.1.0</ p >
1314 < p id ="arguments "> </ p >
1415 < p > First snapshot timestamp: < span id ="startTimestamp "> </ span > </ p >
1516 < p > Last snapshot timestamp: < span id ="finalTimestamp "> </ span > </ p >
You can’t perform that action at this time.
0 commit comments