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

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

Issue 2761163003: Use local pages for webrtc telemetry tests. (Closed)
Patch Set: Created 3 years, 9 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 /* exported trace */
2
3 // Logging utility function.
4 function trace(arg) {
5 var now = (window.performance.now() / 1000).toFixed(3);
6 console.log(now + ': ', arg);
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698