-
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.
Update change notes, set version to 0.8.1
- Loading branch information
1 parent
a8721f3
commit ae71213
Showing
2 changed files
with
8 additions
and
4 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/kornilova-l/FlameViewer"> | ||
<id>com.github.kornilovaL.flamegraphProfiler</id> | ||
<name>FlameViewer</name> | ||
<version>0.8.1-SNAPSHOT</version> | ||
<version>0.8.1</version> | ||
|
||
<vendor url="https://github.com/kornilova-l" email="[email protected]"/> | ||
|
||
|
@@ -41,8 +41,12 @@ Detailed description at <a href="https://github.com/kornilova-l/FlameViewer">git | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li>Optimized visualization of big trees.</li> | ||
<li>Bug fixes and minor improvements.</li> | ||
<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> | ||
</ul> | ||
]]> | ||
</change-notes> | ||
|