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

Question:What does green and blue histogram means? #143

Closed
ma125125t opened this issue Jul 9, 2021 · 3 comments
Closed

Question:What does green and blue histogram means? #143

ma125125t opened this issue Jul 9, 2021 · 3 comments

Comments

@ma125125t
Copy link

image

@ma125125t
Copy link
Author

ma125125t commented Jul 12, 2021

Is my guess correct?
The blue one represent duration and the green one represent compilation time?
The blue one is always larger than the green one because of dependency compilation.

@ecamacho
Copy link
Collaborator

That's right. The blue one is how long did it took Xcode to actually build the product. In some cases is misleading, because Xcode compiles the code and sometimes waits until some dependencies are built before assembling the final binary. That's why we added the green one with only the compilation times

@ma125125t
Copy link
Author

thanks @ecamacho

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