Skip to content

0.8.0

Compare
Choose a tag to compare
@wesleywiser wesleywiser released this 01 Oct 11:40
· 165 commits to master since this release
186be86

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)