Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparing compilation times across builds #60

Open
krunk4ever opened this issue Mar 16, 2017 · 2 comments
Open

Comparing compilation times across builds #60

krunk4ever opened this issue Mar 16, 2017 · 2 comments

Comments

@krunk4ever
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants