jlfwong / speedscope

🔬 A fast, interactive web-based viewer for performance profiles.
https://www.speedscope.app
MIT License
5.59k stars 247 forks source link

fix(bg-flamegraph): ignore comment lines #371

Open P403n1x87 opened 3 years ago

P403n1x87 commented 3 years ago

This fix ignores any lines starting with a hash character in folded stack file formats. This allows the raw output generated by Austin 3 to be imported directly without any of the extra metadata lines littering the flame graph visualisation.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.01%) to 41.07% when pulling 31765f00651f746f2ed4465695e201515a7d77fb on P403n1x87:fix-bg-ignore-comments into e37f6fa7c38c110205e22081560b99cb89ce885e on jlfwong:main.