Skip to content

Commit 2064991

Browse files
wesleywisermichaelwoerister
authored andcommitted
Update CHANGELOG.md with recent changes
1 parent 77d2bab commit 2064991

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
- `measureme`: Added support for compiling the library under wasm/wasi ([GH-43])
66
- `mmview`: Added the `-t` flag to limit output to results on the specified thread id ([GH-49])
77
- `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])
810

911
### Changed
1012
- `summarize`: Moved summarization under the `summarize` sub command ([GH-50])
13+
- `crox`: Output files are now up to 50% smaller ([GH-59])
1114

1215
## [0.3.0] - 2019-05-14
1316
### Added
@@ -29,3 +32,6 @@
2932
[GH-41]: https://github.com/rust-lang/measureme/pull/41
3033
[GH-43]: https://github.com/rust-lang/measureme/pull/43
3134
[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

0 commit comments

Comments
 (0)