Skip to content

Releases: kornilova203/FlameViewer

FlameViewer 1.0

15 Apr 08:58
Compare
Choose a tag to compare
  • FlameViewer is available as a standalone command-line tool. Instructions here: kornilova203/FlameViewer.
  • Convert flamegraph files to internal cflamegraph format to save disk space and speed-up file opening.
  • Support flamegraph files generated by Async Profiler.
  • Hide only smallest nodes if tree is too big so the tree shape is still visible.
  • Use regexp for filtering.
  • Option to include whole stacktrace when filter is applied.
  • Bug fixes.

FlameViewer 0.8.1

07 Aug 09:59
Compare
Choose a tag to compare

Release Highlights

  • #31 implements internal representation of flamegraph that speeds up visualization.
  • #33 fixes visualization of yourkit csv files when some of nodes have zero width.
  • #35 fixes visualization of whole backtraces tree, now all nodes with non-zero self time are added.
  • #37 support for retina displays.
  • #40 renames profiler to Fierix, Flamegraph Visualizer to FlameViewer. Adds FlameViewer support to IDEs.
  • speed up visualization of method back traces tree.

v0.8

08 Feb 18:26
Compare
Choose a tag to compare
  • Optimized visualization of big trees
  • Bug fixes and minor improvements

v0.7

19 Jan 15:35
Compare
Choose a tag to compare
  • Show message if uploaded file already exist or is unsupported.
  • Optimized visualization of Yourkit files.
  • Bug fixes and minor improvements.

First Release

07 Jan 22:00
Compare
Choose a tag to compare

First Release

Profiler allows to specify what methods will be instrumented (including methods of system classes) also it can save parameters.
Visualizer supports the instrumentation profiler, Flight Recorder, Yourkit and files in flamegraph format.