Releases: jlfwong/speedscope
Releases · jlfwong/speedscope
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]
v1.5.2
Fixed
- Fix emscripten remapping when symbols are hex-escaped, like
a\20b
(#233) (by @jyc)
v1.5.1
Fixed
- Fixed import of trace event files which contain unmatched "E" events (#222) (by @jlfwong)
v1.5.0
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
Fixed
- Fix importing of Trace Event Format files with no ts field on M events [#198] (by @jlfwong)
v1.4.0
[1.4.0] - 2019-01-22
Added