File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5
5
- ` measureme ` : Added support for compiling the library under wasm/wasi ([ GH-43 ] )
6
6
- ` mmview ` : Added the ` -t ` flag to limit output to results on the specified thread id ([ GH-49 ] )
7
7
- ` summarize ` : Added the ` diff ` sub command to compare two profiles ([ GH-50 ] )
8
+ - ` crox ` : Added the ` --collapse-threads ` flag to collapse events from unrelated threads to make visual analysis easier ([ GH-56 ] )
9
+ - ` crox ` : Added the ` --minimum-duration ` flag to filter out events under the specified number of microseconds ([ GH-60 ] )
8
10
9
11
### Changed
10
12
- ` summarize ` : Moved summarization under the ` summarize ` sub command ([ GH-50 ] )
13
+ - ` crox ` : Output files are now up to 50% smaller ([ GH-59 ] )
11
14
12
15
## [ 0.3.0] - 2019-05-14
13
16
### Added
29
32
[ GH-41 ] : https://github.com/rust-lang/measureme/pull/41
30
33
[ GH-43 ] : https://github.com/rust-lang/measureme/pull/43
31
34
[ GH-49 ] : https://github.com/rust-lang/measureme/pull/49
35
+ [ GH-56 ] : https://github.com/rust-lang/measureme/pull/56
36
+ [ GH-59 ] : https://github.com/rust-lang/measureme/pull/59
37
+ [ GH-60 ] : https://github.com/rust-lang/measureme/pull/60
You can’t perform that action at this time.
0 commit comments