Re: Profiling Make builds
Bahman Movaqar <[email protected]> Wed, 23 Jul 2025 11:15:14 -0700
| Newsgroups | gmane.comp.gnu.make.bugs |
|---|---|
| Message-ID | <CACOw_Mqw9UPgNCoN5T4qhY_r7-2jZay0ZEQTMg00yMW3fKu9mA@mail.gmail.com> |
Hey š I wonder if bmakelib's `timed` could help: https://github.com/bahmanm/bmakelib/blob/main/doc/timed.md Shameless plug: I am the author š -- Bahman Movaqar (he/him)https://linktr.ee/bahmanm On Wed, 23 Jul 2025 at 10:33, Ross Burton <[email protected]> wrote: > Hi, > > Is there a way to get timing information from GNU Make about what targets > are being built and when they were started/finished? Iām chasing a slow > build and it would be useful to have the raw data so that I could draw a > chart with the parallel jobs on the Y axis, and time on the X axis. > > Cheers, > Ross > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose the > contents to any other person, use it for any purpose, or store or copy the > information in any medium. Thank you. >