Releases: rust-lang/measureme
Releases · rust-lang/measureme
9.1.2
9.1.1
9.1.0
9.0.0
Added
measureme
: Added a function to createEventId
s 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
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
Bug fix release that fixes a compilation error on big endian platforms.
0.7.0
0.7.0
0.6.0
Merge pull request #100 from michaelwoerister/virtual-instead-of-rese…
0.5.1
This is a bug fix release containing a fix for summarize
.
0.5.0
Bump measureme version to 0.5.0