Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |