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

Issue 2876843002: Simulate interactivity boost for simulated user input events

Created:
3 years, 7 months ago by dave.rodgman
Modified:
3 years, 2 months ago
CC:
catapult-reviews_chromium.org, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Simulate interactivity boost for simulated user input events On some platforms (e.g. ChromeOS on ARM), the kernel provides a temporary CPU boost in response to user input (touch events, etc), to improve interactive behaviour. Add functionality to Telemetry to simulate this boost so that the system better approximates the normal user experience while benchmarking. Change-Id: I8c8b2ed5465cd29745605ee1355a564be749875d Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>;

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -2 lines) Patch
M telemetry/telemetry/internal/actions/action_runner.py View 1 chunk +8 lines, -2 lines 0 comments Download
M telemetry/telemetry/internal/actions/drag.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/key_event.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/mouse_click.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/page_action.py View 1 chunk +10 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/pinch.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/repeatable_scroll.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/scroll.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/scroll_bounce.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/scroll_to_element.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/swipe.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/actions/tap.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/browser/browser.py View 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/platform/cros_platform_backend.py View 3 chunks +79 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/platform/platform_backend.py View 1 chunk +14 lines, -0 lines 0 comments Download
A telemetry/telemetry/internal/util/repeating_timer.py View 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (7 generated)
dave.rodgman
On some platforms I have seen a 57% reduction in dropped frames in top_25_smooth with ...
3 years, 7 months ago (2017-05-11 15:44:41 UTC) #2
nednguyen
On 2017/05/11 15:44:41, dave.rodgman wrote: > On some platforms I have seen a 57% reduction ...
3 years, 7 months ago (2017-05-11 19:47:30 UTC) #3
dave.rodgman
On 2017/05/11 19:47:30, nednguyen wrote: > This is an interesting CL. I wonder whether we ...
3 years, 7 months ago (2017-05-17 13:12:25 UTC) #8
dave.rodgman
3 years, 2 months ago (2017-09-29 12:31:23 UTC) #11
Adding additional reviewers previously suggested by Doug Anderson - PTAL

Powered by Google App Engine
This is Rietveld 408576698