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

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: Addressed Jennifer's 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 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"
8 src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js">
9 </script>
6 </head> 10 </head>
7 <body> 11 <body>
8 <button id="start_session_button" onclick="startSession()"> 12 <button id="start_session_button" onclick="startFlingingSession()">
mark a. foltz 2016/04/18 23:48:11 Are these tests started manually (by clicking a bu
Lei Lei 2016/04/19 21:56:02 We need to click the button to start a new session
9 Start session 13 Start session
10 </button> 14 </button>
11 </body> 15 </body>
12 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698