New issue
Advanced search Search tips

Issue 602685 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Feature



Sign in to add a comment

GpuBenchmarking is more than gpu benchmarking - rename or split

Project Member Reported by majidvp@chromium.org, Apr 12 2016

Issue description

GpuBenchmarking has grown to include functionality for testing both GPU and Input. This may be a bit of bikeshedding but I think it either needs
to be renamed to something more appropriate (e.g., ContentBenchmarking, BlinkPlatformBenchmarking) or we should split it into two separate benchmarking modules.

Here are the Input related methods:
  bool GestureSourceTypeSupported(int gesture_source_type);
  bool SmoothScrollBy(gin::Arguments* args);
  bool SmoothDrag(gin::Arguments* args);
  bool Swipe(gin::Arguments* args);
  bool ScrollBounce(gin::Arguments* args);
  bool PinchBy(gin::Arguments* args);
  bool Tap(gin::Arguments* args);

There are also some viewport related method which can be either input or GPU:
  float VisualViewportX();
  float VisualViewportY();
  float VisualViewportHeight();
  float VisualViewportWidth();
  float PageScaleFactor();


 
Components: Test>Telemetry
Components: -Tests>Telemetry

Sign in to add a comment