[Webkit-unassigned] [Bug 59351] New: Get per-file compile times

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 14:59:37 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59351

           Summary: Get per-file compile times
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thakis at chromium.org
                CC: eric at webkit.org


Several approaches:
* ninja outputs these automatically into ninja.log
* Or one can set CC to a wrapper script that does `time gcc $*` and then writes the time somewhere (e.g. just >> to some log file, that's probably easiest)

(https://github.com/nico/complete/blob/master/server/builddb-cc is an overdesigned cc replacement that also injects a clang plugin and writes to a sqlite db. Mostly useful for entertainment purposes, but it also shows how to set CC so that xcodebuild sees it)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list