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

Side by Side Diff: third_party/WebKit/PerformanceTests/TestData/simple-html-measure-page-load-time.html

Issue 2864363006: Add smoke test coverage for tracing metrics of measurePageLoad method (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <script src="../resources/runner.js"></script>
4 <script>
5 PerfTestRunner.measurePageLoadTime({
6 description: "Measures performance of a document load.",
7 path: "resources/simple.html",
8 iterationCount: 7,
9 tracingCategories: 'blink',
10 traceEventsToMeasure: ['WebLocalFrameImpl::createChildframe',
11 'FrameView::performPostLayoutTasks']
12 });
13 </script>
14 </body>
OLDNEW
« no previous file with comments | « third_party/WebKit/PerformanceTests/TestData/resources/simple.html ('k') | tools/perf/benchmarks/blink_perf_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698