speedscope/CHANGELOG.md
2018-12-03 19:29:25 -08:00

2.6 KiB

Unreleased

[1.3.2] - 2018-12-03

Fixed

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

[1.3.1] - 2018-11-08

Fixed

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

[1.3.0] - 2018-10-29

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)

[1.2.0] - 2018-10-08

Added

  • Add import of v8 heap allocation profile [#170] (by @vmarchaud)

[1.1.0] - 2018-09-26

Added

  • Add go tool pprof import support [#165]

[1.0.4] - 2018-09-12

Fixed

  • Fix import from Chrome < 69 when there are multiple profiles [#161]

[1.0.3] - 2018-09-10

Fixed

  • Fix import for Chrome 69, support leading idle time before first call [#160]

[1.0.2] - 2018-09-04

Fixed

  • Allow optional CR before LF when probing collapsed stacks files [#154]
  • Fix import for Firefox 63 [#156]
  • Change time formatting for minutes from 1.50min to 1:30 [#153] (by @Alex-Diez)

[1.0.1] - 2018-08-23

  • Fixed an issue where flamegraph bounds were not always being cleared correctly, leading to visual artifacts [#150]

[1.0.0] - 2018-08-23

Fixed

  • Fixed rendering issues when switching between screens w/ different devicePixelRatios [#147]

[0.7.1] - 2018-08-20

Fixed

  • Removed dependency on regl in order to allow speedscope to run in strict content-security-policy environments [#140]
  • Fixed text culling bug [#143]

[0.7.0] - 2018-08-16

Added

  • Added support to import from linux perf script [#135]

[0.6.0] - 2018-08-14

Added

  • Added support for multiple threads/processes [#130]
  • Import all runs & threads from Instruments .trace files instead of just main thread from selected run [#130]

Fixed

  • Ensure the JSON schema has actual contents [#133]

[0.5.1] - 2018-08-09

Fixed

  • Fixed broken CLI

[0.5.0] - 2018-08-09

Fixed

  • Fix emscripten remapping when symbols contain dashes, like 527:i32s-div [#129]
  • Improved firefox import speed and fixed bugs in it [#128]
  • Prevent non-contiguous blocks in the time ordered flamechart from appearing as a single node for selection [#123]
  • Prevent dragging from changing selection [#122]
  • Clamp zoom to prevent floating point issues [#121]
  • Preserve view state when switching tabs [#100]

[0.4.0] - 2018-07-21

Added

  • Support for importing v8 logs from node [#98]
  • Optionally read from stdin via cli [#99]

[0.3.0] - 2018-07-18

Added

  • Support for remapping profiles using a wasm symbol file [#93]