We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@pcc reported this -d stats output on a Windows vm:
-d stats
depfile load 1193 718.9 857.7
However, the total end-to-end time of the build was only ~0.5s when -d stats was off.
The text was updated successfully, but these errors were encountered:
One idea for a workaround is to use a different API for timing "long" things, like the end-to-end manifest load process. http://www.virtualdub.org/blog/pivot/entry.php?id=106 discusses using timeGetTime().
timeGetTime()
Sorry, something went wrong.
No branches or pull requests
@pcc reported this
-d stats
output on a Windows vm:However, the total end-to-end time of the build was only ~0.5s when
-d stats
was off.The text was updated successfully, but these errors were encountered: