WebKit Bugzilla
Attachment 362449 Details for
Bug 194839
: Add timing information to build output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194839-20190219162251.patch (text/plain), 1.51 KB, created by
Keith Rollin
on 2019-02-19 16:22:51 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Rollin
Created:
2019-02-19 16:22:51 PST
Size:
1.51 KB
patch
obsolete
>Subversion Revision: 241783 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 288e9fa4d9f1f980989c5d19b8c245ec58560375..7c5d52cebb0dee4b6c83d750ed151f0ea0672cfc 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,19 @@ >+2019-02-19 Keith Rollin <krollin@apple.com> >+ >+ Add timing information to build output >+ https://bugs.webkit.org/show_bug.cgi?id=194839 >+ <rdar://problem/48219609> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Configure xcodebuild with -ShowBuildOperationDuration, causing it to >+ emit each project's build time to its output. E.g., >+ >+ ** BUILD SUCCEEDED ** [0.132 sec] >+ >+ * Scripts/webkitdirs.pm: >+ (XcodeOptions): >+ > 2019-02-19 Zalan Bujtas <zalan@apple.com> > > [LFC][Floats] Remove redundant intersecting logic >diff --git a/Tools/Scripts/webkitdirs.pm b/Tools/Scripts/webkitdirs.pm >index e66034a38613bcb2a86c9ddd185f99d50f2254c0..f7835e2cc4af66a985b1cb8c42d1958d52a4431c 100755 >--- a/Tools/Scripts/webkitdirs.pm >+++ b/Tools/Scripts/webkitdirs.pm >@@ -910,6 +910,7 @@ sub XcodeOptions > my @options; > push @options, "-UseNewBuildSystem=NO"; > push @options, "-UseSanitizedBuildSystemEnvironment=YES"; >+ push @options, "-ShowBuildOperationDuration=YES"; > push @options, ("-configuration", $configuration); > push @options, ("-xcconfig", sourceDir() . "/Tools/asan/asan.xcconfig", "ASAN_IGNORE=" . sourceDir() . "/Tools/asan/webkit-asan-ignore.txt") if $asanIsEnabled; > push @options, "WK_LTO_MODE=$ltoMode" if $ltoMode;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194839
: 362449