-
Notifications
You must be signed in to change notification settings - Fork 185
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
Display total build-time #221
Comments
Closes: ClangBuiltLinux#221 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Sure, try out #222. |
Thanks for the quick patch! I have a marathon-session of approx. 24 hours with building LLVM-15.0.7 toolchain + Linux-6.2-rc5, so today not really in the mood to do any more builds. Hmm, can I use it to check/see the total build-time of binutils-2.40? |
Closes: ClangBuiltLinux#221 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
I have updated the pull request to include this as well, does not make sense to do it for one and not the other. |
Closes: ClangBuiltLinux#221 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
I applied your patch from [1]. Running:
Installing
XXX: Wishes: --no-docs option With this fixed - again a build-error:
Anything I missed to install - python-whatever-ships-utils.get_duration Debian package? [1] https://github.com/nathanchance/tc-build/commit/1a2705cffe4b41302fd5b3ad210e23f5531037ef.patch |
Please file another issue and I can take a look at it.
That is provided by the parent commit of that change. Please pull the entire request:
|
Aaargh... LGTM:
New issue: |
Closes: ClangBuiltLinux#221 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
After I have built a stage1-only
LLVM-15.0.7
toolchain, I did a ThinLTO + PGO optimized (forLinux v6.2-rc4
x86_64-defconfig).Is it possible to create a
timestamp before and after the build
to have atotal build-time
?Here the durations for the single stages, kernel and tests:
Counting together should be approx. 16h30m.
Total time matches:
Thanks.
The text was updated successfully, but these errors were encountered: