gprof2dot icon indicating copy to clipboard operation
gprof2dot copied to clipboard

Converts profiling output to a dot graph.

Results 3 gprof2dot issues
Sort by recently updated
recently updated
newest added

Let's get on a CI tool to validate PRs and make sure tests are passing everywhere. Also, let's get our "build passing" bling on the main README!

@ArnaudBrousseau mentioned that it'd be nice to have `perf` support back so we could do stuff like `perf script | c++file | gprof2dot.py -f perf | dot -Tpng -o output.png`....