Releases: jlfwong/speedscope
Releases · jlfwong/speedscope
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]
v1.7.0
Added
- Introduced filtering via Ctrl+F/Cmd+F into the sandwich view [#293]
v1.6.0
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]