File tree Expand file tree Collapse file tree 8 files changed +18
-7
lines changed Expand file tree Collapse file tree 8 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.0] - 2019-12-11
4
+ ### Added
5
+ - ` measureme ` : Added ` SerializationSink::write_bytes_atomic ` that optimizes handling of existing buffers ([ GH-97 ] )
6
+
7
+ ### Changed
8
+ - ` summarize ` : Fixed a crash when incr_cache_load events would have child events ([ GH-93 ] )
9
+ - ` measureme ` : Replaced notion of "reserved" StringIds with simpler "virtual" StringIds ([ GH-98 ] )
10
+
3
11
## [ 0.5.0] - 2019-12-02
4
12
### Added
5
13
- ` flamegraph ` : new tool that uses the ` inferno ` crate to generate flamegraph svg files ([ GH-73 ] )
54
62
[ GH-84 ] : https://github.com/rust-lang/measureme/pull/84
55
63
[ GH-87 ] : https://github.com/rust-lang/measureme/pull/87
56
64
[ GH-90 ] : https://github.com/rust-lang/measureme/pull/90
65
+ [ GH-93 ] : https://github.com/rust-lang/measureme/pull/93
66
+ [ GH-97 ] : https://github.com/rust-lang/measureme/pull/97
67
+ [ GH-98 ] : https://github.com/rust-lang/measureme/pull/98
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " analyzeme"
3
- version = " 0.1 .0"
3
+ version = " 0.6 .0"
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 = " 0.1 .0"
3
+ version = " 0.6 .0"
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 = " 0.1 .0"
3
+ version = " 0.6 .0"
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 = " 0.5 .0"
3
+ version = " 0.6 .0"
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 = " 0.1 .0"
3
+ version = " 0.6 .0"
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 = " 0.1 .0"
3
+ version = " 0.6 .0"
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 = " 0.1 .0"
3
+ version = " 0.6 .0"
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " 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