Skip to content

Releases: jlfwong/speedscope

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]

v1.5.3

16 Jan 08:17
Compare
Choose a tag to compare

Fixed

v1.5.2

11 Oct 01:53
@jyc jyc
Compare
Choose a tag to compare

Fixed

  • Fix emscripten remapping when symbols are hex-escaped, like a\20b (#233) (by @jyc)

v1.5.1

06 Jun 07:14
Compare
Choose a tag to compare

Fixed

  • Fixed import of trace event files which contain unmatched "E" events (#222) (by @jlfwong)

v1.5.0

18 Feb 02:42
Compare
Choose a tag to compare

Added

  • Support importing unterminated JSON in simple cases (#208) (by @jlfwong)

Fixed

  • Fix crash when importing from stackpro without raw_timestamp_deltas (#207) (by @jlfwong)
  • Alert instead of crash when importing a file containing no profiles (#205) (by @jlfwong)
  • Fixed import of multithreaded profiles from Chrome 66 (#206) (by @jlfwong)
  • Fixed import of instruments trace files with missing run number (#203) (by @Archerlly)

v1.4.1

23 Jan 06:00
Compare
Choose a tag to compare

Fixed

  • Fix importing of Trace Event Format files with no ts field on M events [#198] (by @jlfwong)

v1.4.0

22 Jan 20:06
Compare
Choose a tag to compare

[1.4.0] - 2019-01-22

Added

v1.3.2

04 Dec 03:29
Compare
Choose a tag to compare

Fixed

  • Fixed import of multithreaded Chrome profiles [#19] (by @jlfwong)

v1.3.1

08 Nov 18:10
Compare
Choose a tag to compare

Fixed

  • Fixed a file import performance regression by using TextDecoder [#188] (by @jlfwong)