[Bug 287274] user/system time logging for build targets in src/Makefile

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 29 Jun 2025 10:52:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287274

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=afa70490ee779646fa0e936801cb28795580bf01

commit afa70490ee779646fa0e936801cb28795580bf01
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-06-29 10:48:55 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-06-29 10:48:55 +0000

    src/Makefile: log real/user/system time for build targets

    For some of our build targets such as buildworld, buildkernel etc. we log
    the real time in seconds how long the build runs. Now we log the user and
    system time as well in milliseconds for most build targets.

    Example output:

    make buildworld
    [....]
    >>> Time spent on target buildworld: real 2286.42 user 62870.84 sys 2294.22

    PR:  287274

 Makefile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.