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

Issue 14931012: Add support for latency measurement to Telemetry smoothness benchmarks. (Closed)

Created:
7 years, 7 months ago by jbauman
Modified:
7 years, 6 months ago
CC:
chromium-reviews, chrome-speed-team+watch_google.com, jam, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Add support for latency measurement to Telemetry smoothness benchmarks. A new BrowserRenderingStats containing the latency info will be sent to the renderer so it can be retrieved from javascript. BUG=155367 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203920

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : update for cc:: -> ui:: change #

Total comments: 1

Patch Set 4 : #

Total comments: 3

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -0 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A content/common/browser_rendering_stats.h View 1 1 chunk +30 lines, -0 lines 0 comments Download
A content/common/browser_rendering_stats.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 3 chunks +11 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 3 4 4 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M tools/perf/perf_tools/smoothness_measurement.py View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M tools/perf/trace-info.json View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jbauman
7 years, 7 months ago (2013-05-11 00:42:16 UTC) #1
jbauman
Ok, this has been modified to deal with the cc::LatencyInfo -> ui::LatencyInfo change.
7 years, 6 months ago (2013-05-29 23:37:32 UTC) #2
nduca
this looks really nice. lgtm with a nit. https://codereview.chromium.org/14931012/diff/10001/content/common/view_messages.h File content/common/view_messages.h (right): https://codereview.chromium.org/14931012/diff/10001/content/common/view_messages.h#newcode298 content/common/view_messages.h:298: Shoudl ...
7 years, 6 months ago (2013-06-01 00:17:48 UTC) #3
jbauman
On 2013/06/01 00:17:48, nduca wrote: > this looks really nice. lgtm with a nit. > ...
7 years, 6 months ago (2013-06-01 01:30:22 UTC) #4
jbauman
Also adding piman@ for a content/ OWNERS review.
7 years, 6 months ago (2013-06-01 01:47:04 UTC) #5
piman
LGTM. I don't think we should go out of our way to sidestep security reviews... ...
7 years, 6 months ago (2013-06-01 06:44:51 UTC) #6
jbauman
Ok, adding jln@ to review the content/common/view_messages.h change.
7 years, 6 months ago (2013-06-03 22:43:49 UTC) #7
jln (very slow on Chromium)
content/common/view_messages.h lgtm Feel free to ignore drive-by comments. https://codereview.chromium.org/14931012/diff/22001/content/common/browser_rendering_stats.h File content/common/browser_rendering_stats.h (right): https://codereview.chromium.org/14931012/diff/22001/content/common/browser_rendering_stats.h#newcode18 content/common/browser_rendering_stats.h:18: uint32 ...
7 years, 6 months ago (2013-06-03 23:40:14 UTC) #8
jln (very slow on Chromium)
> https://codereview.chromium.org/14931012/diff/22001/content/common/browser_rendering_stats.h#newcode18 > content/common/browser_rendering_stats.h:18: uint32 input_event_count; > Should this be an int ? You're using ...
7 years, 6 months ago (2013-06-03 23:44:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/14931012/34001
7 years, 6 months ago (2013-06-03 23:57:44 UTC) #10
commit-bot: I haz the power
7 years, 6 months ago (2013-06-04 11:00:06 UTC) #11
Message was sent while issue was closed.
Change committed as 203920

Powered by Google App Engine
This is Rietveld 408576698