BuildTimeAnalyzer-for-Xcode
BuildTimeAnalyzer-for-Xcode copied to clipboard
Comparing compilation times across builds
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.
Or you can use this: https://github.com/matopeto/xcode-build-times :)