RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Comparing compilation times across builds #60

Open krunk4ever opened 7 years ago

krunk4ever commented 7 years ago

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.

marcinreliga commented 7 years ago

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.

matopeto commented 4 years ago

Or you can use this: https://github.com/matopeto/xcode-build-times :)