Scala compile time report

I have a project that is not a crazy number of lines of code, but its compilation time actually lasts on a clean compilation. I have a feeling that there are several hot spots, but I donโ€™t know how to find them. Is there a way to get a report on how many different compilation phases are used in different parts of my code base, so I'm trying to optimize?

+6
source share

Source: https://habr.com/ru/post/1015009/


All Articles