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

Does not handle incremental builds properly #40

Open
BrianDoig opened this issue Jul 15, 2016 · 1 comment
Open

Does not handle incremental builds properly #40

BrianDoig opened this issue Jul 15, 2016 · 1 comment

Comments

@BrianDoig
Copy link

If you make a change and recompile the code, the Build Time Analyzer window updates the time, but it seems like it's not deleting the old results, and rather it is adding the new builds results to the last build. Line numbers don't update, and line counts increase rather than decreasing like what is reported.

Time for function before changes: 1202ms.
Incremental builds time reported after change: 1800ms.
Time reported after clean and recompile: 52ms.

@phlippieb
Copy link

phlippieb commented Oct 23, 2019

The following seems to work:

  1. cd ~/Library/Developer/Xcode/DerivedData/<YOUR_APP>/Logs/Build
  2. rm *.xcactivitylog
  3. Build
  4. Check build times again

UPDATE: Nope. It updates the build duration to the latest build's time, but the log still reflects the previous build.

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

No branches or pull requests

2 participants