Skip to content

Releases: beothorn/javaflame

Optional Server for javaflame page

02 Jun 20:14
Compare
Choose a tag to compare

Now, if a port is passed as argument, the page will be available in that port.

Minor fix for scala

27 Apr 21:31
Compare
Choose a tag to compare

Relax check for types. When using scala libraries, parameters can, for example, have the name "default". This removes the name check.

Support for constructors on expression

27 Apr 21:15
Compare
Choose a tag to compare

This release introduces the new keyword for expressions, which also simplifies the intecept command.
The old interceptConstructor argument was removed, as the same can be achieved by using intercept:Class#new>Interceptor.intercept
Bugfix: Function calls coming from calling toString on arguments when capturing values no longer show on graph.

New syntax for constructor interceptor

13 Apr 22:03
Compare
Choose a tag to compare

New syntax for constructor interceptor
This is a preparation for the soon to be added interceptMethodOnEnter, interceptMethodOnExit.

Constructor interceptor

05 Apr 21:52
Compare
Choose a tag to compare

Added custom constructor interceptors!
With this, custom code can be executed for every new instance of a Class matching the filter.
This is useful for instantiations on libraries that need to be counted or manipulated for any reason.

Capture stacktrace

31 Mar 00:41
Compare
Choose a tag to compare

Added a new argument capture_stacktrace, so when filtering the whole stack for a method is stored on the span.

Filter expression

30 Mar 23:08
Compare
Choose a tag to compare

Major release. A new parser for matcher expressions was introduced.

  • New parser for matcher expressions
  • Fixed matching constructors

Call hierarchy on search

03 Mar 00:27
Compare
Choose a tag to compare

Call hierarchy on search! Now you can search for a string that matches arguments, class name and function name and check where it was called from!

Introducing search all nodes

29 Feb 23:36
Compare
Choose a tag to compare
  • Introducing search all nodes by string
  • Fixed filter
  • Minor ui improvements
  • Added parent Id to spans
  • Added thread name to spans

Fix bug when no arguments

13 Feb 20:38
Compare
Choose a tag to compare

Fix bug when no arguments