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?
acjay source share