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

Unified Diff: tools/perf/page_sets/tough_scheduling_cases.py

Issue 240073008: Add a gpu.SwapBuffers synthetic delay to PostSubBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename gpu.SwapBuffers to gpu.PresentingFrame Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/measurements/smoothness_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_scheduling_cases.py
diff --git a/tools/perf/page_sets/tough_scheduling_cases.py b/tools/perf/page_sets/tough_scheduling_cases.py
index 5f853fe646a27de44ab086a41658b1f2afa1830e..86d34715c387647e33138c8b9db1e570736167fb 100644
--- a/tools/perf/page_sets/tough_scheduling_cases.py
+++ b/tools/perf/page_sets/tough_scheduling_cases.py
@@ -53,7 +53,7 @@ class Page3(ToughSchedulingCasesPage):
self.synthetic_delays = {
'cc.DrawAndSwap': {'target_duration': 0.004},
- 'gpu.SwapBuffers': {'target_duration': 0.004},
+ 'gpu.PresentingFrame': {'target_duration': 0.004},
'cc.BeginMainFrame': {'target_duration': 0.004}
}
@@ -70,7 +70,7 @@ class Page4(ToughSchedulingCasesPage):
self.synthetic_delays = {
'cc.DrawAndSwap': {'target_duration': 0.012},
- 'gpu.SwapBuffers': {'target_duration': 0.012},
+ 'gpu.PresentingFrame': {'target_duration': 0.012},
'cc.BeginMainFrame': {'target_duration': 0.012}
}
@@ -236,7 +236,7 @@ class Page15(ToughSchedulingCasesPage):
url='file://tough_scheduling_cases/raf.html?gpu_bound',
page_set=page_set)
- self.synthetic_delays = {'gpu.SwapBuffers': {'target_duration': 0.1}}
+ self.synthetic_delays = {'gpu.PresentingFrame': {'target_duration': 0.1}}
class Page16(ToughSchedulingCasesPage):
« no previous file with comments | « tools/perf/measurements/smoothness_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698