Skip to content

Releases: jlfwong/speedscope

v1.15.0

21 Oct 16:24
Compare
Choose a tag to compare

Fixed

  • Replace fuzzy matching with exact substring matching for finding matching frames [#407]

v1.14.0

19 May 08:46
Compare
Choose a tag to compare

Added

  • File and line information is now displayed in hover tips [#365] (by @sokra)
  • Support for stackprof object mode [#391] (by @alexcoco)
  • Support for hash params to control view-mode [#362] (by @djudd)
  • Support for profiles over 512MB now works [#385] (by @jlfwong)
  • Support for relative URLs in profileURL hashParam [#357] (by @danvk)

Fixed

  • Allow collapsed stacks with invalid lines for the Brenden Gregg stack format [#336] (by @P403n1x87)
  • Allow pasting into the search box [#338] (by @P403n1x87)
  • Prevent hover tips from getting unnecessarily clipped outside container bounds [#395] (by @jlfwong)

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]