Skip to content

Releases: jlfwong/speedscope

v1.5.2

11 Oct 01:53
@jyc jyc

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

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

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

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

Choose a tag to compare

[1.4.0] - 2019-01-22

Added

v1.3.2

04 Dec 03:29

Choose a tag to compare

Fixed

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

v1.3.1

08 Nov 18:10

Choose a tag to compare

Fixed

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

v1.3.0

29 Oct 16:59

Choose a tag to compare

Added

  • Support import from Haskell GHC JSON format support [#183] (by @trishume)

Fixed

  • Make the wasd keymappings work on azerty keyboards [#184] (by @vrischmann)
  • Fix import of binary formats via profileURL [#179] (by @f-hj)

v1.2.0

08 Oct 16:53

Choose a tag to compare

Added

v1.1.0

26 Sep 18:50

Choose a tag to compare

Added

  • Add go tool pprof import support [#165]