Commit 95325bb9 authored by dyen's avatar dyen Committed by Commit bot

Enable gpu_times for all platforms other than windows.

R=nednguyen@google.com
BUG=453131, 455292

Review URL: https://codereview.chromium.org/1029423002

Cr-Commit-Position: refs/heads/master@{#322273}
parent 793e7f07
......@@ -27,7 +27,7 @@ class _GPUTimes(benchmark.Benchmark):
return (isinstance(value, gpu_timeline.GPUTimelineListOfValues) or
isinstance(value, gpu_timeline.GPUTimelineValue))
@benchmark.Disabled # http://crbug.com/455292
@benchmark.Disabled('win') # http://crbug.com/453131
class GPUTimesKeyMobileSites(_GPUTimes):
"""Measures GPU timeline metric on key mobile sites."""
page_set = page_sets.KeyMobileSitesSmoothPageSet
......@@ -36,7 +36,7 @@ class GPUTimesKeyMobileSites(_GPUTimes):
def Name(cls):
return 'gpu_times.key_mobile_sites_smooth'
@benchmark.Disabled # http://crbug.com/455292
@benchmark.Disabled('win') # http://crbug.com/453131
class GPUTimesGpuRasterizationKeyMobileSites(_GPUTimes):
"""Measures GPU timeline metric on key mobile sites with GPU rasterization.
"""
......@@ -48,7 +48,7 @@ class GPUTimesGpuRasterizationKeyMobileSites(_GPUTimes):
def Name(cls):
return 'gpu_times.gpu_rasterization.key_mobile_sites_smooth'
@benchmark.Disabled # http://crbug.com/453131, http://crbug.com/455292
@benchmark.Disabled('win') # http://crbug.com/453131
class GPUTimesTop25Sites(_GPUTimes):
"""Measures GPU timeline metric for the top 25 sites."""
page_set = page_sets.Top25SmoothPageSet
......@@ -57,7 +57,7 @@ class GPUTimesTop25Sites(_GPUTimes):
def Name(cls):
return 'gpu_times.top_25_smooth'
@benchmark.Disabled # http://crbug.com/455292
@benchmark.Disabled('win') # http://crbug.com/453131
class GPUTimesGpuRasterizationTop25Sites(_GPUTimes):
"""Measures GPU timeline metric for the top 25 sites with GPU rasterization.
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment