Profiling?

crystal build --debug <file>
perf record --call-graph dwarf <executable>
hotspot perf.data
7 Likes