README.md Create a FlameGraph to visualize where your code is spending its time. Requires plop and FlameGraph. gistfile1.sh �C�\�U @s�\�U cat profile.out | /path/to/FlameGraph/stackcollapse.pl | /path/to/FlameGraph/flamegraph.pl > profile.big.svg myscript.py �-�\�U @��\�U def print_stacks(stack_counts, outfile): with open(outfile, 'w') as op: for (stack, count) in stack_counts.iteritems(): for fra