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

Side by Side Diff: chrome/test/media_router/telemetry/benchmarks/pagesets/basic_test.html

Issue 1843063004: Add new Telemetry tests to get CPU and memory usage for idle and flinging two test scenarios. Mirro… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused code 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <title>MR Integration Basic Test</title> 4 <title>MR Integration Basic Test</title>
5 <script type="text/javascript" src="common.js"></script> 5 <script type="text/javascript" src="common.js"></script>
6 <script type="text/javascript" src="cpu_memory_script.js"></script>
7 <script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/ cast_sender.js"></script>
mark a. foltz 2016/04/13 20:20:03 Can this be put on one line?
Lei Lei 2016/04/14 01:55:13 This line exceeds 100 characters limitation, chang
6 </head> 8 </head>
7 <body> 9 <body>
8 <button id="start_session_button" onclick="startSession()"> 10 <button id="start_session_button" onclick="startFlingingSession()">
9 Start session 11 Start session
10 </button> 12 </button>
11 </body> 13 </body>
12 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698