jonhoo / inferno

A Rust port of FlameGraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Requrest: Add line numbers in output flamegraph

JakkuSakura opened this issue · comments

It would be nice if we have line numbers. In which case I can differetiate multiple function calls in the same caller. Arranging functions by line numbers is also possible.
flamegraph-rs/flamegraph#130