Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
First Tagged Release (19-Aug-2017).tar.gz | 2017-08-18 | 1.1 MB | |
First Tagged Release (19-Aug-2017).zip | 2017-08-18 | 1.1 MB | |
README.md | 2017-08-18 | 1.2 kB | |
Totals: 3 Items | 2.2 MB | 0 |
I'm adding a tagged release to FlameGraph so that package maintainers can grab a static version. There's nothing really special about this v1.0 release, other than it reflecting a stable body of code that is in widespread use, and recently merged a number of fixes.
Recent changes/fixes include:
- fixing a small floating point issue with search's total percent which is now more accurate [#140]
- stackcollapse-perf.pl now supports multiple event sources [#136]
- fixing a title overlap issue with large --height [#125]
- adding an optional subtitle (--subtitle) https://github.com/brendangregg/FlameGraph/commit/fad6bf74b6ab9b5ab3b89aec04e0d1b5effaf026
- embedded notes (--notes) https://github.com/brendangregg/FlameGraph/commit/cef340b208c409c7c1fba5be1c42c4cbb442174d
- improving code annotations for Linux perf (used by some palettes) https://github.com/brendangregg/FlameGraph/commit/99972c0ef5d70778a54d83c6641e95403479612c https://github.com/brendangregg/FlameGraph/commit/e83d1bcf33c313f4b6c754799646fe038b9fad0f
- add --addrs option to include addresses on unknown frames [#124]
- treat input as UTF-8, to avoid some unicode characters breaking zoom [#133]
And some minor improvements to the test files.