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

Gradle total time is wrong #85

Open
SerialVelocity opened this issue Oct 2, 2014 · 1 comment
Open

Gradle total time is wrong #85

SerialVelocity opened this issue Oct 2, 2014 · 1 comment

Comments

@SerialVelocity
Copy link

Waiting 45 seconds, then running gradle adds 45 seconds to the total time it says that it took:

> time ./gradlew printVersion
:printVersion
X

BUILD SUCCESSFUL

Total time: 5.424 secs
./gradlew printVersion  11.96s user 0.72s system 222% cpu 5.700 total
>  time ./gradlew printVersion
:printVersion
X

BUILD SUCCESSFUL

Total time: 50.972 secs
./gradlew printVersion  0.05s user 0.12s system 3% cpu 5.657 total
@headius
Copy link
Collaborator

headius commented Oct 3, 2014

This is probably a cradle problem...e.g. They may be using a static field to mark the start of execution. Can you investigate how they track this?

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