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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 15:22:41 PDT 2011


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





--- Comment #1 from Eric Seidel <eric at webkit.org>  2011-04-25 15:22:41 PST ---
timing-cc:

#!/bin/bash
echo $* >> /tmp/time.txt
(time gcc "$@") 2>> /tmp/time.txt

CC=/path/to/timing-cc build-webkit

seems to work.  Seems to spit out a bunch of junk at the top of the file, but I think that's just normal gcc stderr output which is normally not displayed by xcodebuild.

-- 
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