scalacenter / scalac-profiling

Compilation profiling tool for Scala 2 projects

Home Page:https://scalacenter.github.io/scalac-profiling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate flamegraph for the entire project merging multiple modules

lolgab opened this issue · comments

Currently scalac-profiling is able to generate a Flamegraph per compilation unit (sbt module).
In a big project is hard to see what is really taking most of the time to compile.
Also, you need to open and visualize tens of flamegraphs, which is overwhelming.