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

Unified Diff: tools/perf/metrics/timeline_unittest.py

Issue 141163004: Telemetry: Fix frame counting on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gpu Created 6 years, 11 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/metrics/timeline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/timeline_unittest.py
diff --git a/tools/perf/metrics/timeline_unittest.py b/tools/perf/metrics/timeline_unittest.py
index 1d30485f0e0b8b24734f4bb0ccef96e322916717..c3279568ff1698a24620677e616749f58df30adb 100644
--- a/tools/perf/metrics/timeline_unittest.py
+++ b/tools/perf/metrics/timeline_unittest.py
@@ -78,7 +78,7 @@ class ThreadTimesTimelineMetricUnittest(unittest.TestCase):
# Create two frame swaps (Results times should be divided by two)
gpu_main = model.GetOrCreateProcess(1).GetOrCreateThread(3)
- gpu_main.name = 'CrGPUMain'
+ gpu_main.name = 'CrGpuMain'
gpu_main.BeginSlice('gpucat', ':RealSwapBuffers', 10, 10)
gpu_main.EndSlice(11, 11)
gpu_main.BeginSlice('gpucat', ':RealSwapBuffers', 12, 12)
« no previous file with comments | « tools/perf/metrics/timeline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698