Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Issue 10128002: Retrieve Windows performance assessment information from results files. (Closed)

Created:
8 years, 8 months ago by dtu
Modified:
8 years, 7 months ago
CC:
chromium-reviews, jam, nkostylev+watch_chromium.org, tfarina, erikwright (departed), achuith+watch_chromium.org, mihaip+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, Vangelis Kokkevis
Visibility:
Public.

Description

Retrieve Windows performance assessment information from results files. TBR=ben@chromium.org BUG=chromium:122838, chromium:124325 TEST=Builds on all platforms, and chrome://gpu gives a correct rating after the user re-runs the WinSAT assessment. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137552

Patch Set 1 : #

Total comments: 12

Patch Set 2 : Changes from comments and merge. #

Patch Set 3 : Remove libxml dep from base_nacl_win64. #

Patch Set 4 : libxml_utils in third_party/libxml instead of base. #

Total comments: 2

Patch Set 5 : Comments and braces. #

Total comments: 2

Patch Set 6 : Additional error checking. #

Patch Set 7 : Merge. #

Total comments: 2

Patch Set 8 : Add histograms. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -38 lines) Patch
M content/content_gpu.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/gpu/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/gpu/gpu_info_collector_win.cc View 1 2 3 4 5 6 7 3 chunks +89 lines, -38 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Zhenyao Mo
https://chromiumcodereview.appspot.com/10128002/diff/16001/base/base.gypi File base/base.gypi (right): https://chromiumcodereview.appspot.com/10128002/diff/16001/base/base.gypi#newcode808 base/base.gypi:808: '../third_party/libxml/libxml.gyp:libxml', This should be without ../ See the next ...
8 years, 8 months ago (2012-04-20 00:10:50 UTC) #1
vangelis
https://chromiumcodereview.appspot.com/10128002/diff/16001/content/gpu/gpu_info_collector_win.cc File content/gpu/gpu_info_collector_win.cc (right): https://chromiumcodereview.appspot.com/10128002/diff/16001/content/gpu/gpu_info_collector_win.cc#newcode53 content/gpu/gpu_info_collector_win.cc:53: std::string assessment) { Watch indentation. https://chromiumcodereview.appspot.com/10128002/diff/16001/content/gpu/gpu_info_collector_win.cc#newcode107 content/gpu/gpu_info_collector_win.cc:107: file_util::FileEnumerator file_enumerator( ...
8 years, 8 months ago (2012-04-24 00:37:29 UTC) #2
dtu
brettw said libxml_utils should not go into base because it will introduce a new dependency ...
8 years, 7 months ago (2012-05-01 00:32:15 UTC) #3
Zhenyao Mo
Are there other examples that we put our wrapper code into the original package in ...
8 years, 7 months ago (2012-05-01 18:11:52 UTC) #4
dtu
https://chromiumcodereview.appspot.com/10128002/diff/65023/content/gpu/gpu_info_collector_win.cc File content/gpu/gpu_info_collector_win.cc (right): https://chromiumcodereview.appspot.com/10128002/diff/65023/content/gpu/gpu_info_collector_win.cc#newcode78 content/gpu/gpu_info_collector_win.cc:78: if (FilePath::CompareLessIgnoreCase(current_results.value(), On 2012/05/01 18:11:53, Zhenyao Mo wrote: > ...
8 years, 7 months ago (2012-05-02 23:58:01 UTC) #5
Zhenyao Mo
LGTM once libxml_utils issue is agreed upon
8 years, 7 months ago (2012-05-02 23:59:57 UTC) #6
vangelis
Looks good with the exception of one comment. What's the consensus on libxml_util? https://chromiumcodereview.appspot.com/10128002/diff/79002/content/gpu/gpu_info_collector_win.cc File ...
8 years, 7 months ago (2012-05-03 20:45:36 UTC) #7
Zhenyao Mo
David, any progress on this CL? We definitely need to land this as soon as ...
8 years, 7 months ago (2012-05-14 17:20:01 UTC) #8
dtu
The libxml_utils change went in, and I've merged to include it. http://codereview.chromium.org/10128002/diff/79002/content/gpu/gpu_info_collector_win.cc File content/gpu/gpu_info_collector_win.cc (right): ...
8 years, 7 months ago (2012-05-15 21:59:57 UTC) #9
dharani
we need to get this change landed in trunk and merge it M20 asap. since ...
8 years, 7 months ago (2012-05-15 22:37:57 UTC) #10
dtu
The try bots are passing, so it seems like it's ready. PTAL.
8 years, 7 months ago (2012-05-16 00:47:25 UTC) #11
vangelis
I would like if possible to include some histograms as part of this: 1. The ...
8 years, 7 months ago (2012-05-16 16:34:21 UTC) #12
vangelis
http://codereview.chromium.org/10128002/diff/96004/content/gpu/gpu_info_collector_win.cc File content/gpu/gpu_info_collector_win.cc (right): http://codereview.chromium.org/10128002/diff/96004/content/gpu/gpu_info_collector_win.cc#newcode143 content/gpu/gpu_info_collector_win.cc:143: gpu_info->performance_stats = RetrieveGpuPerformanceStats(); We should call this on windows ...
8 years, 7 months ago (2012-05-16 16:36:52 UTC) #13
vangelis
On 2012/05/16 16:36:52, vangelis wrote: > http://codereview.chromium.org/10128002/diff/96004/content/gpu/gpu_info_collector_win.cc > File content/gpu/gpu_info_collector_win.cc (right): > > http://codereview.chromium.org/10128002/diff/96004/content/gpu/gpu_info_collector_win.cc#newcode143 > ...
8 years, 7 months ago (2012-05-16 18:45:08 UTC) #14
dtu
http://codereview.chromium.org/10128002/diff/96004/content/gpu/gpu_info_collector_win.cc File content/gpu/gpu_info_collector_win.cc (right): http://codereview.chromium.org/10128002/diff/96004/content/gpu/gpu_info_collector_win.cc#newcode143 content/gpu/gpu_info_collector_win.cc:143: gpu_info->performance_stats = RetrieveGpuPerformanceStats(); On 2012/05/16 16:36:52, vangelis wrote: > ...
8 years, 7 months ago (2012-05-16 18:46:57 UTC) #15
vangelis
On 2012/05/16 18:46:57, Dave Tu wrote: > http://codereview.chromium.org/10128002/diff/96004/content/gpu/gpu_info_collector_win.cc > File content/gpu/gpu_info_collector_win.cc (right): > > http://codereview.chromium.org/10128002/diff/96004/content/gpu/gpu_info_collector_win.cc#newcode143 ...
8 years, 7 months ago (2012-05-16 19:06:45 UTC) #16
dtu
Histograms added.
8 years, 7 months ago (2012-05-16 21:19:56 UTC) #17
dtu
+ben, need OWNER for content, content/gpu.
8 years, 7 months ago (2012-05-16 23:00:50 UTC) #18
apatrick_chromium
content/gpu/OWNERS LGTM
8 years, 7 months ago (2012-05-16 23:48:36 UTC) #19
Ben Goodger (Google)
8 years, 7 months ago (2012-05-17 16:04:25 UTC) #20
replacing myself with jam

Powered by Google App Engine
This is Rietveld 408576698