Tool for making program analysis and debugging manageable

In his JuliaCon 2018 talk “Tools for making program analysis and debugging manageable”, @jameson demonstrated a pretty cool browser-based tool for visualizing from profiling information how source, IR and assembler lines relate to each other:

Is this tool now available somewhere?

1 Like

A related tooling effort worth mentioning is adding Julia support to Matt Godbold’s Compiler Explorer.