File tree Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 9.1.1] - 2021-04-23
4+ ### Changed
5+ - ` crox ` : Update the ` --dir ` flag to look for the correct file extension for traces ([ GH-155 ] )
6+ - ` measureme ` : Update the ` memmap ` dependency to ` memmap2 ` which is actively maintained ([ GH-156 ] )
7+
38## [ 9.1.0] - 2021-02-19
49### Added
510- ` measureme ` : Add support for using hardware performance counters instead of wall-clock times. ([ GH-143 ] )
8388
8489## [ 0.2.0] - 2019-04-10
8590
91+ [ 9.1.1 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.1
8692[ 9.1.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.0
8793[ 9.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.0.0
8894[ 0.8.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.8.0
129135[ GH-146 ] : https://github.com/rust-lang/measureme/pull/146
130136[ GH-148 ] : https://github.com/rust-lang/measureme/pull/148
131137[ GH-151 ] : https://github.com/rust-lang/measureme/pull/151
138+ [ GH-155 ] : https://github.com/rust-lang/measureme/pull/155
139+ [ GH-156 ] : https://github.com/rust-lang/measureme/pull/156
Original file line number Diff line number Diff line change 11[package ]
22name = " analyzeme"
3- version = " 9.1.0 "
3+ version = " 9.1.1 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " crox"
3- version = " 9.1.0 "
3+ version = " 9.1.1 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 11[package ]
22name = " flamegraph"
3- version = " 9.1.0 "
3+ version = " 9.1.1 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " measureme"
3- version = " 9.1.0 "
3+ version = " 9.1.1 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66description = " Support crate for rustc's self-profiling feature"
Original file line number Diff line number Diff line change 11[package ]
22name = " mmview"
3- version = " 9.1.0 "
3+ version = " 9.1.1 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " stack_collapse"
3- version = " 9.1.0 "
3+ version = " 9.1.1 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " summarize"
3- version = " 9.1.0 "
3+ version = " 9.1.1 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " version_checker"
3- version = " 9.1.0 "
3+ version = " 9.1.1 "
44authors = [" Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments