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

Unified Diff: tools/android/loading/user_satisfied_lens_unittest.py

Issue 1924453002: clovis: Enable the disable-by-default-blink.debug.layout tracing category. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 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/android/loading/user_satisfied_lens.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/user_satisfied_lens_unittest.py
diff --git a/tools/android/loading/user_satisfied_lens_unittest.py b/tools/android/loading/user_satisfied_lens_unittest.py
index 2e35a50e9762b6a311869f8d40be9f1b6ce5dace..c7cdb10257ec1e42bfaa271b24571f3830e5d907 100644
--- a/tools/android/loading/user_satisfied_lens_unittest.py
+++ b/tools/android/loading/user_satisfied_lens_unittest.py
@@ -88,13 +88,13 @@ class UserSatisfiedLensTestCase(unittest.TestCase):
'name': 'firstPaint'},
{'ts': 9 * self.MILLI_TO_MICRO, 'ph': 'I',
'cat': 'blink.user_timing',
- 'name': 'FrameView::SynchronizedPaint'},
+ 'name': 'FrameView::synchronizedPaint'},
{'ts': 18 * self.MILLI_TO_MICRO, 'ph': 'I',
'cat': 'blink',
- 'name': 'FrameView::SynchronizedPaint'},
+ 'name': 'FrameView::synchronizedPaint'},
{'ts': 22 * self.MILLI_TO_MICRO, 'ph': 'I',
'cat': 'blink',
- 'name': 'FrameView::SynchronizedPaint'},
+ 'name': 'FrameView::synchronizedPaint'},
{'ts': 5 * self.MILLI_TO_MICRO, 'ph': 'I',
'cat': 'foobar', 'name': 'biz',
@@ -114,3 +114,7 @@ class UserSatisfiedLensTestCase(unittest.TestCase):
lens = user_satisfied_lens.FirstSignificantPaintLens(loading_trace)
self.assertEqual(set(['0.1', '0.2']), lens.CriticalRequests())
self.assertEqual(7, lens.PostloadTimeMsec())
+
+
+if __name__ == '__main__':
+ unittest.main()
« no previous file with comments | « tools/android/loading/user_satisfied_lens.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698