File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 9.1.0] - 2021-02-19
4
+ ### Added
5
+ - ` measureme ` : Add support for using hardware performance counters instead of wall-clock times. ([ GH-143 ] )
6
+ - ` summarize ` : Add ` aggregate ` sub-command for analyzing sets of profiles ([ GH-129 ] )
7
+
8
+ ### Changed
9
+ - ` analyzeme ` : Provide functions to decode paged buffer data from memory ([ GH-142 ] )
10
+ - ` analyzeme ` : Fix blocked events not being counted in total invocation count ([ GH-148 ] )
11
+ - ` analyzeme ` : Return error instead of panicking if the input file is too small ([ GH-151 ] )
12
+ - Cleanup intra-doc links ([ GH-146 ] )
13
+
3
14
## [ 9.0.0] - 2020-10-07
4
15
### Added
5
16
- ` measureme ` : Added a function to create ` EventId ` s with multiple arguments ([ GH-138 ] )
72
83
73
84
## [ 0.2.0] - 2019-04-10
74
85
86
+ [ 9.1.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.0
75
87
[ 9.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.0.0
76
88
[ 0.8.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.8.0
77
89
[ 0.7.1 ] : https://github.com/rust-lang/measureme/releases/tag/0.7.1
108
120
[ GH-116 ] : https://github.com/rust-lang/measureme/pull/116
109
121
[ GH-119 ] : https://github.com/rust-lang/measureme/pull/119
110
122
[ GH-123 ] : https://github.com/rust-lang/measureme/pull/123
123
+ [ GH-129 ] : https://github.com/rust-lang/measureme/pull/129
111
124
[ GH-132 ] : https://github.com/rust-lang/measureme/pull/132
112
125
[ GH-137 ] : https://github.com/rust-lang/measureme/pull/137
113
126
[ GH-138 ] : https://github.com/rust-lang/measureme/pull/138
127
+ [ GH-142 ] : https://github.com/rust-lang/measureme/pull/142
128
+ [ GH-143 ] : https://github.com/rust-lang/measureme/pull/143
129
+ [ GH-146 ] : https://github.com/rust-lang/measureme/pull/146
130
+ [ GH-148 ] : https://github.com/rust-lang/measureme/pull/148
131
+ [ GH-151 ] : https://github.com/rust-lang/measureme/pull/151
You can’t perform that action at this time.
0 commit comments