Releases: jlfwong/speedscope
Releases · jlfwong/speedscope
v1.15.0
Fixed
- Replace fuzzy matching with exact substring matching for finding matching frames [#407]
v1.14.0
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
Added
- Support for importing callgrind profiles [#331]
v1.12.1
Fixed
- Fixed for retina displays [#327]
v1.12.0
Added
Fixed
- Fixed incorrect highlighting when search result overlaps "…" [#326]
v1.11.1
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
Added
- Support remapping profiles using source maps [#317]
Fixed
- Fix line & column numbers in imports from Chrome & Firefox [#318]
v1.10.0
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
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
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]