Releases: rust-lang/measureme
Releases · rust-lang/measureme
10.0.0
06 Oct 12:31
Compare
Sorry, something went wrong.
No results found
Changed
analyzeme: Version-specific parts split out into decodeme crate. (GH-181 )
analyzeme: The crate now supports load both v7 and v8 of the file format. (GH-181 )
9.2.0
13 Sep 14:50
Compare
Sorry, something went wrong.
No results found
Changed
analyzeme: Makes a couple of methods in ProfilingData public. (GH-180 )
9.1.2
21 May 20:45
Compare
Sorry, something went wrong.
No results found
Added
measureme: Allow recording interval events without using the drop guard (GH-159 )
9.1.1
23 Apr 17:30
Compare
Sorry, something went wrong.
No results found
Changed
crox: Update the --dir flag to look for the correct file extension for traces (GH-155 )
measureme: Update the memmap dependency to memmap2 which is actively maintained (GH-156 )
9.1.0
19 Feb 17:55
Compare
Sorry, something went wrong.
No results found
Added
measureme: Add support for using hardware performance counters instead of wall-clock times. (GH-143 )
summarize: Add aggregate sub-command for analyzing sets of profiles (GH-129 )
Changed
analyzeme: Provide functions to decode paged buffer data from memory (GH-142 )
analyzeme: Fix blocked events not being counted in total invocation count (GH-148 )
analyzeme: Return error instead of panicking if the input file is too small (GH-151 )
Cleanup intra-doc links (GH-146 )
9.0.0
08 Oct 00:12
Compare
Sorry, something went wrong.
No results found
Added
measureme: Added a function to create EventIds with multiple arguments (GH-138 )
Changed
We now use the standard semantic versioning system. As this is the 9th breaking change, we're adopting 9.0 as the version number
measureme: Allow recording up to 4gb of string data instead of the old limit of 1gb (GH-137 )
0.8.0
01 Oct 11:40
Compare
Sorry, something went wrong.
No results found
Added
analyzeme: Profiling data can now be constructed directly from memory without having to touch the filesystem (GH-123 )
summarize: A new "Time" column shows the total amount of time spent executing the query including sub-queries (GH-109 )
Changed
crox: Event argument data is now included in the output file (GH-108 )
measureme: Trace data is now recorded into a single file instead of three files (GH-132 )
mmview: Do not panic when there are no events (GH-119 )
summarize: Time spent in incremental result cache loading and query blocking now counts toward self-time for the query (GH-104 )
summarize: Improve support for loading trace files created by programs other than rustc (GH-116 )
summarize: Only show the "Cache hits", "Blocked Time" and "Incremental load time" columns if that data is present in the trace (GH-116 )
0.7.1
02 Jan 19:45
Compare
Sorry, something went wrong.
No results found
Bug fix release that fixes a compilation error on big endian platforms.
0.7.0
18 Dec 12:45
Compare
Sorry, something went wrong.
No results found
0.6.0
12 Dec 01:25
Compare
Sorry, something went wrong.
No results found
Merge pull request #100 from michaelwoerister/virtual-instead-of-rese…