Releases: jlfwong/speedscope
Releases · jlfwong/speedscope
v1.1.0
Added
- Add go tool pprof import support [#165]
v1.0.4
Fixed
- Fix import from Chrome < 69 when there are multiple profiles [#161]
v1.0.3
Fixed
- Fix import for Chrome 69, support leading idle time before first call [#160]
v1.0.2
Fixed
- Allow optional CR before LF when probing collapsed stacks files [#154]
- Fix import for Firefox 63 [#156]
- Change time formatting for minutes from 1.50min to 1:30 [#153]
v1.0.1
Fixed
- Fixed an issue where flamegraph bounds were not always being cleared correctly, leading to visual artifacts [#150]
- Fixed rendering issues when switching between screens w/ different
devicePixelRatios
[#147]
v0.7.1
Fixed
- Removed dependency on regl in order to allow speedscope to run in strict content-security-policy environments [#140]
- Fixed text culling bug [#143]