File tree Expand file tree Collapse file tree 11 files changed +23
-10
lines changed Expand file tree Collapse file tree 11 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 10.1.1] - 2023-02-08
4+
5+ ### Changed
6+ - ` measureme ` : Update ` perf-event-open-sys ` to 3.0 ([ GH-198 ] )
7+ - Move profile data analysis into analyzeme from summarizeme ([ GH-200 ] )
8+ - ` summarize ` : Update ` prettytable ` dependency to avoid segfaults on large profiles ([ GH-202 ] )
9+
310## [ 10.1.0] - 2022-06-24
411
512### Changed
111118
112119## [ 0.2.0] - 2019-04-10
113120
121+ [ 10.1.1 ] : https://github.com/rust-lang/measureme/releases/tag/10.1.1
122+ [ 10.1.0 ] : https://github.com/rust-lang/measureme/releases/tag/10.1.0
123+ [ 10.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/10.0.0
114124[ 9.2.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.2.0
115125[ 9.1.2 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.2
116126[ 9.1.1 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.1
170180[ GH-193 ] : https://github.com/rust-lang/measureme/pull/193
171181[ GH-194 ] : https://github.com/rust-lang/measureme/pull/194
172182[ GH-195 ] : https://github.com/rust-lang/measureme/pull/195
183+ [ GH-198 ] : https://github.com/rust-lang/measureme/pull/198
184+ [ GH-200 ] : https://github.com/rust-lang/measureme/pull/200
185+ [ GH-202 ] : https://github.com/rust-lang/measureme/pull/202
Original file line number Diff line number Diff line change 11[package ]
22name = " analyzeme"
3- version = " 10.1.0 "
3+ version = " 10.1.1 "
44authors = [
" Wesley Wiser <[email protected] >" ,
" 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 = " 10.1.0 "
3+ version = " 10.1.1 "
44authors = [
" Wesley Wiser <[email protected] >" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 11[package ]
22name = " decodeme"
3- version = " 10.1.0 "
3+ version = " 10.1.1 "
44edition = " 2018"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11[package ]
22name = " flamegraph"
3- version = " 10.1.0 "
3+ version = " 10.1.1 "
44authors = [
" Wesley Wiser <[email protected] >" ,
" 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 = " 10.1.0 "
3+ version = " 10.1.1 "
44authors = [
" Wesley Wiser <[email protected] >" ,
" 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 = " mmedit"
3- version = " 10.1.0 "
3+ version = " 10.1.1 "
44edition = " 2018"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " mmview"
3- version = " 10.1.0 "
3+ version = " 10.1.1 "
44authors = [
" Wesley Wiser <[email protected] >" ,
" 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 = " 10.1.0 "
3+ version = " 10.1.1 "
44authors = [
" Wesley Wiser <[email protected] >" ,
" 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 = " 10.1.0 "
3+ version = " 10.1.1 "
44authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments