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

Side by Side Diff: LayoutTests/fast/harness/internals-profilers-heap.html

Issue 705363003: Remove internals.profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Landing Created 6 years, 1 month 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 <html>
2 <head>
3 </head>
4 <body>
5 <div id="target"></div>
6 <script>
7 testRunner.dumpAsText();
8 window.internals.profilers.startHeapProfiling("test");
9 target.innerHTML += "<div><div>Hello</div></div>";
10 var text = window.internals.profilers.getHeapProfile();
11 window.internals.profilers.stopHeapProfiling();
12 target.innerHTML = "PASS";
13 </script>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/harness/internals-profilers-heap-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698