Releases: jlfwong/speedscope
Releases · jlfwong/speedscope
v1.20.0
v1.19.0
v1.18.0
v1.17.0
- Upgrade prettier, update prettier & react-hooks eslint plugins [#456] (by @jlfwong)
- Upgrade typescript & eslint to latest, fix resulting errors [#455] (by @jlfwong)
- Re-enable eslint prettier rule after being accidentally disabled for 3 years [#454] (by @jlfwong)
- Support the chrome JSON trace format (allows viewing of hermes traces) [#453] (by @zacharyfmarion)
- Fix bug in selectQueueToTakeFromNext for trace profiles [#450] (by @zacharyfmarion)
- Add bounds checking for sampleTypeIndex [#449] (by @jlfwong)
- Update README-zh_CN.md [#442] (by @byronhe)
- Update publish-and-deploy to remove automated release creation [#440] (by @jlfwong)
v1.16.0
- Automate more of the release process [#439] (by @jlfwong)
- Improve profile builder performance [#437] (by @Goose97)
- Fix crash when importing big linux perf tool files [#435] (by @Goose97)
- Improve splitLines: return iterator instead [#434] (by @Goose97)
- Fix trimTextMid [#431] (by @jlfwong)
- Added support for Papyrus profiles [#428] (by @xieve)
v1.15.2
Fixed
- Use more accurate line information for pprof profiles [#430] (by @dalehamel)
- Stackprof: weight on-cpu samples by period rather than timestamp delta [#425] (by @manuelfelipe)
- Prevent crashes when stackprof profiles frames are missing names [#419] (by @jez)
- fix pprof defaultSampleType [#424] (by @vasi-stripe)
v1.15.1
v1.15.0
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)