mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-22 22:18:21 +00:00
2d9d679238
for our purposes the folded need post processing: ``` cat .neon/tracing.folded \ | sed -Ee 's/^ThreadId\([0-9]+\)-//' \ | inferno-flamegraph >| flamegraph.svg ```