Bug 90283 - [Qt] Add gprof.prf to build WebKit with gprof enabled
Summary: [Qt] Add gprof.prf to build WebKit with gprof enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kwang Yul Seo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 08:11 PDT by Kwang Yul Seo
Modified: 2012-08-13 05:07 PDT (History)
10 users (show)

See Also:


Attachments
Patch (6.79 KB, patch)
2012-06-29 08:29 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff
Patch for landing (5.80 KB, patch)
2012-08-13 04:51 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2012-06-29 08:11:10 PDT
Build WebKit with gprof enabled by passing --qmakearg="CONFIG+=gprof" option to build-webkit script.
Comment 1 Kwang Yul Seo 2012-06-29 08:29:55 PDT
Created attachment 150187 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-08-12 03:50:18 PDT
Comment on attachment 150187 [details]
Patch

rs=me.
Comment 3 WebKit Review Bot 2012-08-12 03:51:58 PDT
Comment on attachment 150187 [details]
Patch

Rejecting attachment 150187 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
mpRenderTree.pro
Hunk #1 FAILED at 37.
Hunk #2 succeeded at 48 (offset -1 lines).
1 out of 2 hunks FAILED -- saving rejects to file Tools/DumpRenderTree/qt/DumpRenderTree.pro.rej
patching file Tools/qmake/mkspecs/features/functions.prf
Hunk #1 succeeded at 260 (offset -20 lines).
patching file Tools/qmake/mkspecs/features/gprof.prf

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Eric Seidel']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/13483425
Comment 4 Kwang Yul Seo 2012-08-12 21:51:14 PDT
(In reply to comment #3)
> (From update of attachment 150187 [details])
> Rejecting attachment 150187 [details] from commit-queue.
> 
> Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2
> 
> Last 500 characters of output:
> mpRenderTree.pro
> Hunk #1 FAILED at 37.
> Hunk #2 succeeded at 48 (offset -1 lines).
> 1 out of 2 hunks FAILED -- saving rejects to file Tools/DumpRenderTree/qt/DumpRenderTree.pro.rej
> patching file Tools/qmake/mkspecs/features/functions.prf
> Hunk #1 succeeded at 260 (offset -20 lines).
> patching file Tools/qmake/mkspecs/features/gprof.prf
> 
> Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Eric Seidel']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/
> 
> Full output: http://queues.webkit.org/results/13483425

This patch is ancient. I will land the patch after rebasing it to the latest revision.
Comment 5 Kwang Yul Seo 2012-08-13 04:51:46 PDT
Created attachment 157961 [details]
Patch for landing
Comment 6 WebKit Review Bot 2012-08-13 05:07:52 PDT
Comment on attachment 157961 [details]
Patch for landing

Clearing flags on attachment: 157961

Committed r125411: <http://trac.webkit.org/changeset/125411>
Comment 7 WebKit Review Bot 2012-08-13 05:07:57 PDT
All reviewed patches have been landed.  Closing bug.