File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## [ 0.5.0 ] - 2019-12-02
4
4
### Added
5
5
- ` flamegraph ` : new tool that uses the ` inferno ` crate to generate flamegraph svg files ([ GH-73 ] )
6
6
- ` crox ` : Added the ` --dir ` parameter to merge all events files in dir in to one trace file ([ GH-84 ] )
7
7
- ` crox ` : Added possibility to add multiple ` file_prefix ` parameters to merge all them to one trace file ([ GH-84 ] )
8
8
- ` summarize ` : Added self_time_change as percentage change of self_time from base to the ` diff ` sub command ([ GH-87 ] )
9
9
10
10
### Changed
11
+ - ` measureme ` : Stringtable data is recorded in a more compact format ([ GH-90 ] )
11
12
- ` measureme ` : Events are recorded in a more compact format ([ GH-76 ] )
12
13
- ` stack_collapse ` : Removed the ` --interval ` commandline option ([ GH-76 ] )
13
14
52
53
[ GH-76 ] : https://github.com/rust-lang/measureme/pull/76
53
54
[ GH-84 ] : https://github.com/rust-lang/measureme/pull/84
54
55
[ GH-87 ] : https://github.com/rust-lang/measureme/pull/87
56
+ [ GH-90 ] : https://github.com/rust-lang/measureme/pull/90
You can’t perform that action at this time.
0 commit comments