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

Side by Side Diff: tools/perf/page_sets/webrtc_cases/common.js

Issue 2761163003: Use local pages for webrtc telemetry tests. (Closed)
Patch Set: Exclude all of webrtc_cases in PRESUBMIT.py and add a comment explaining it is because these are te… Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2017 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6 /* exported trace */
7
8 // Logging utility function.
9 function trace(arg) {
10 var now = (window.performance.now() / 1000).toFixed(3);
11 console.log(now + ': ', arg);
12 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/webrtc_cases/canvas-capture.js ('k') | tools/perf/page_sets/webrtc_cases/constraints.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698