Releases: kornilova203/FlameViewer
Releases · kornilova203/FlameViewer
FlameViewer 1.0
- 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
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
- Optimized visualization of big trees
- Bug fixes and minor improvements
v0.7
- Show message if uploaded file already exist or is unsupported.
- Optimized visualization of Yourkit files.
- Bug fixes and minor improvements.
First Release
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.