RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparing compilation times across builds

krunk4ever opened this issue · comments

Would love to be able to compare compilation times across builds.

I would love to see a feature to export the compilation time reports so I can make code modifications and see how it affects the build time.

Another way would be to be able to generate the report by providing a build log that I saved off.

Hi @krunk4ever, check out the project I'm developing for logging compilation times: https://github.com/marcinreliga/BuildTimeLogger-for-Xcode.

It's based on current one (BuildTimeAnalyzer), but it doesn't analyze the log for functions compilation times. Instead, it logs total compilation time (in UserDefaults, and/or remote storage) and displays post-build notification. It can be potentially useful for what you need.