Bug 150484 - Add an option to output the results of the graphics benchmark in JSON format
Summary: Add an option to output the results of the graphics benchmark in JSON format
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-22 18:35 PDT by Said Abou-Hallawa
Modified: 2015-10-26 09:45 PDT (History)
5 users (show)

See Also:


Attachments
Patch (39.99 KB, patch)
2015-10-23 19:32 PDT, Said Abou-Hallawa
no flags Details | Formatted Diff | Diff
Patch (40.24 KB, patch)
2015-10-26 08:49 PDT, Said Abou-Hallawa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2015-10-22 18:35:48 PDT
This will allow storing the results of the graphics benchmark. It can also be useful when reporting a bug or evaluating a new layout/rendering enhancement.
Comment 1 Radar WebKit Bug Importer 2015-10-23 16:06:11 PDT
<rdar://problem/23243721>
Comment 2 Said Abou-Hallawa 2015-10-23 19:32:11 PDT
Created attachment 263975 [details]
Patch
Comment 3 Ryosuke Niwa 2015-10-23 22:03:44 PDT
Is the JSON format compatible with run-benchmark script?

If not, we should make it compatible
Comment 4 Darin Adler 2015-10-24 15:56:38 PDT
Comment on attachment 263975 [details]
Patch

Just a rubber stamp, but rs=me
Comment 5 Said Abou-Hallawa 2015-10-26 08:49:55 PDT
Created attachment 264044 [details]
Patch
Comment 6 Said Abou-Hallawa 2015-10-26 08:56:43 PDT
(In reply to comment #3)
> Is the JSON format compatible with run-benchmark script?
> 
> If not, we should make it compatible

The JSON includes detailed info such as the frame rate sampled points which can be used only for for debugging purposes. But I will update the patch of https://bugs.webkit.org/show_bug.cgi?id=150450 to match the JSON format as closely as possible.
Comment 7 WebKit Commit Bot 2015-10-26 09:45:40 PDT
Comment on attachment 264044 [details]
Patch

Clearing flags on attachment: 264044

Committed r191586: <http://trac.webkit.org/changeset/191586>
Comment 8 WebKit Commit Bot 2015-10-26 09:45:44 PDT
All reviewed patches have been landed.  Closing bug.