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

Side by Side Diff: test/inspector/cpu-profiler/coverage-expected.txt

Issue 2715833003: [inspector] move coverage related methods to profiler (Closed)
Patch Set: rebased Created 3 years, 10 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
« no previous file with comments | « test/inspector/cpu-profiler/coverage.js ('k') | test/inspector/runtime/coverage.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test collecting code coverage data with Runtime.collectCoverage. 1 Test collecting code coverage data with Profiler.collectCoverage.
2 2
3 Running test: testPreciseCoverage 3 Running test: testPreciseCoverage
4 { 4 {
5 id : <messageId> 5 id : <messageId>
6 result : { 6 result : {
7 } 7 }
8 } 8 }
9 { 9 {
10 id : <messageId> 10 id : <messageId>
11 result : { 11 result : {
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 } 324 }
325 ] 325 ]
326 } 326 }
327 ] 327 ]
328 scriptId : <scriptId> 328 scriptId : <scriptId>
329 url : 329 url :
330 } 330 }
331 ] 331 ]
332 } 332 }
333 } 333 }
OLDNEW
« no previous file with comments | « test/inspector/cpu-profiler/coverage.js ('k') | test/inspector/runtime/coverage.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698