-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46539b2
commit 2b9c781
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin url="https://github.com/kornilova203/FlameViewer"> | ||
<id>com.github.kornilovaL.flamegraphProfiler</id> | ||
<name>FlameViewer</name> | ||
<version>0.8.2-SNAPSHOT</version> | ||
<version>1.0</version> | ||
|
||
<vendor url="https://github.com/kornilova203" email="[email protected]"/> | ||
|
||
|
@@ -41,12 +41,13 @@ Detailed description at <a href="https://github.com/kornilova203/FlameViewer">gi | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li>Implemented internal representation of flamegraph that speeds up visualization.</li> | ||
<li>Fixed visualization of yourkit csv files when some of nodes have zero width.</li> | ||
<li>Fixed visualization of whole backtraces tree, now all nodes with non-zero self time are added.</li> | ||
<li>Added support for retina displays.</li> | ||
<li>Profiler is renamed to Fierix, Flamegraph Visualizer to FlameViewer. Added FlameViewer support to IDEs.</li> | ||
<li>Improved visualization of method back traces tree.</li> | ||
<li>FlameViewer is available as a standalone command-line tool (more details here: <a href="https://github.com/kornilova203/FlameViewer">github.com/kornilova203/FlameViewer</a>).</li> | ||
<li>Convert flamegraph files to internal cflamegraph format to save disk space and speed-up file opening.</li> | ||
<li>Support flamegraph files generated by Async Profiler.</li> | ||
<li>Hide only smallest nodes if tree is too big so the tree shape is still visible.</li> | ||
<li>Use regexp for filtering.</li> | ||
<li>Option to include whole stacktrace when filter is applied.</li> | ||
<li>Bug fixes.</li> | ||
</ul> | ||
]]> | ||
</change-notes> | ||
|