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

Slow Build Time #1113

Closed
hardikdevios opened this issue Jun 7, 2016 · 2 comments
Closed

Slow Build Time #1113

hardikdevios opened this issue Jun 7, 2016 · 2 comments

Comments

@hardikdevios
Copy link

screen shot 2016-06-07 at 6 49 27 pm

As you can see the list of files with MicroSeconds and the line number of function which causes compiler to slow which affects the build time for e.g 2 Seconds taken by first file, So Two files is mostly affected both are on Top, Though i am not having much issue with this but as the lib progress you guys have to consider this.

@danielgindi
Copy link
Collaborator

That function is very simple, but what you are seeing is a tree. The "time" column is inclusive to all other functions being called from that line... And so the "Build duration" is 2s in your screenshot. Thus proving that it's not a line in animationUpdate that causes an issue - It's just a point where the compiler chose to start digging in from.

@hardikdevios
Copy link
Author

Ohk just to tell you that the whole build time is 25s. This is happened if you dont change and build it will 2s but if you do any changes in any file it will recompile all and takes more than 20s second. And animationupdate line is not causing the issue its the function which causes the issue not that line.

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