Skip to content

Releases: jlfwong/speedscope

v1.13.0

15 Feb 07:40
Compare
Choose a tag to compare

Added

  • Support for importing callgrind profiles [#331]

v1.12.1

12 Nov 10:40
Compare
Choose a tag to compare

Fixed

  • Fixed for retina displays [#327]

v1.12.0

12 Nov 10:01
Compare
Choose a tag to compare

Added

Fixed

  • Fixed incorrect highlighting when search result overlaps "…" [#326]

v1.11.1

25 Oct 08:55
Compare
Choose a tag to compare

Fixed

  • Fix trace-event import for many cases where there are 'ts' collisions [#322]
  • Fix import of trace event files where B/E events' args don't match [#321]

v1.11.0

13 Oct 08:11
Compare
Choose a tag to compare

Added

  • Support remapping profiles using source maps [#317]

Fixed

  • Fix line & column numbers in imports from Chrome & Firefox [#318]

v1.10.0

30 Sep 01:56
Compare
Choose a tag to compare

Added

  • Support for importing profiles from Safari [#300] (by @radex)

Fixed

  • Fixed browser not opening on Windows when using the CLI [#307] (by @spillerrec)
  • Fixed import of UTF-16 encoded files w/ BOM [#314]
  • Removed accidental dependency on React [#315]

v1.9.0

05 Aug 08:06
Compare
Choose a tag to compare

Added

  • Provide prev/next buttons to cycle through search results, make search results more visually prominen [#304]

Fixed

  • Fix accumulated errors in Chrome profile imports caused by zeroed negative timeDeltas [#305] (by @taneliang)

v1.8.0

20 Jul 04:32
Compare
Choose a tag to compare

Added

  • Added search highlighting in time order & left heavy views [#297]

Fixed

  • Fix performance issues for the caller/callee flamegraphs in the sandwich view [#296]

v1.7.0

14 Jul 05:14
Compare
Choose a tag to compare

Added

  • Introduced filtering via Ctrl+F/Cmd+F into the sandwich view [#293]

v1.6.0

31 May 05:04
Compare
Choose a tag to compare

Added

  • Improved profile/thread selection UI [#282]

Fixed

  • Crash instead of incorrectly interpreting profiles with incorrectly ordered events [#273]
  • A large refactor to upgrade to Preact X was performed [#267]