File tree Expand file tree Collapse file tree 9 files changed +14
-8
lines changed Expand file tree Collapse file tree 9 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 9.1.2] - 2021-05-21
4
+ ### Added
5
+ - ` measureme ` : Allow recording interval events without using the drop guard ([ GH-159 ] )
6
+
3
7
## [ 9.1.1] - 2021-04-23
4
8
### Changed
5
9
- ` crox ` : Update the ` --dir ` flag to look for the correct file extension for traces ([ GH-155 ] )
88
92
89
93
## [ 0.2.0] - 2019-04-10
90
94
95
+ [ 9.1.2 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.2
91
96
[ 9.1.1 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.1
92
97
[ 9.1.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.0
93
98
[ 9.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.0.0
137
142
[ GH-151 ] : https://github.com/rust-lang/measureme/pull/151
138
143
[ GH-155 ] : https://github.com/rust-lang/measureme/pull/155
139
144
[ GH-156 ] : https://github.com/rust-lang/measureme/pull/156
145
+ [ GH-159 ] : https://github.com/rust-lang/measureme/pull/159
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " analyzeme"
3
- version = " 9.1.1 "
3
+ version = " 9.1.2 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crox"
3
- version = " 9.1.1 "
3
+ version = " 9.1.2 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flamegraph"
3
- version = " 9.1.1 "
3
+ version = " 9.1.2 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " measureme"
3
- version = " 9.1.1 "
3
+ version = " 9.1.2 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
description = " Support crate for rustc's self-profiling feature"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmview"
3
- version = " 9.1.1 "
3
+ version = " 9.1.2 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stack_collapse"
3
- version = " 9.1.1 "
3
+ version = " 9.1.2 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " summarize"
3
- version = " 9.1.1 "
3
+ version = " 9.1.2 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " version_checker"
3
- version = " 9.1.1 "
3
+ version = " 9.1.2 "
4
4
authors = [" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments