BuildTimeAnalyzer-for-Xcode icon indicating copy to clipboard operation
BuildTimeAnalyzer-for-Xcode copied to clipboard

Comparing compilation times across builds

Open krunk4ever opened this issue 7 years ago • 2 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.

krunk4ever avatar Mar 16 '17 19:03 krunk4ever

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.

marcinreliga avatar Mar 16 '17 20:03 marcinreliga

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

matopeto avatar Jun 14 '20 14:06 matopeto