Hacker News new | ask | show | jobs
by swannodette 3853 days ago
:compiler-stats has been a thing for a while now. This would give more information - like how much time in ClojureScript vs. advanced compilation. Also the compiler version matters - 1.7.170 is what you want to use. Otherwise you may need :recompile-dependents false.
1 comments

Cool. I did not know about :compiler-stats. I'll check it out.