File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## [ 0.4.0 ] - 2019-10-24
4
4
### Added
5
+ - ` measureme ` : Added RAII-based API for recording events ([ GH-70 ] )
5
6
- ` measureme ` : Added support for compiling the library under wasm/wasi ([ GH-43 ] )
6
7
- ` mmview ` : Added the ` -t ` flag to limit output to results on the specified thread id ([ GH-49 ] )
7
8
- ` summarize ` : Added the ` diff ` sub command to compare two profiles ([ GH-50 ] )
22
23
23
24
## [ 0.2.0] - 2019-04-10
24
25
25
-
26
+ [ 0.4.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.4.0
26
27
[ 0.3.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.3.0
27
28
[ 0.2.1 ] : https://github.com/rust-lang/measureme/releases/tag/0.2.1
28
29
[ 0.2.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.2.0
35
36
[ GH-56 ] : https://github.com/rust-lang/measureme/pull/56
36
37
[ GH-59 ] : https://github.com/rust-lang/measureme/pull/59
37
38
[ GH-60 ] : https://github.com/rust-lang/measureme/pull/60
39
+ [ GH-70 ] : https://github.com/rust-lang/measureme/pull/70
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " measureme"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
description = " Support crate for rustc's self-profiling feature"
You can’t perform that action at this time.
0 commit comments