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

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

Issue 2723003007: [debugger] remove default count for top-level functions. (Closed)
Patch Set: fix url 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/cpu-profiler/coverage.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/cpu-profiler/coverage-expected.txt
diff --git a/test/inspector/cpu-profiler/coverage-expected.txt b/test/inspector/cpu-profiler/coverage-expected.txt
index 6b0af036fcb689510cfe54a3d5b0c11ce9ef4d0f..94564dc783c806cb8fafb907c38161117176dc53 100644
--- a/test/inspector/cpu-profiler/coverage-expected.txt
+++ b/test/inspector/cpu-profiler/coverage-expected.txt
@@ -1,5 +1,57 @@
Test collecting code coverage data with Profiler.collectCoverage.
+Running test: testPreciseBaseline
+{
+ id : <messageId>
+ result : {
+ result : [
+ [0] : {
+ functions : [
+ [0] : {
+ functionName : fib
+ ranges : [
+ [0] : {
+ count : 0
+ endColumnNumber : 1
+ endLineNumber : 4
+ startColumnNumber : 0
+ startLineNumber : 1
+ }
+ ]
+ }
+ ]
+ scriptId : <scriptId>
+ url : 0
+ }
+ ]
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : [
+ [0] : {
+ functions : [
+ [0] : {
+ functionName : fib
+ ranges : [
+ [0] : {
+ count : 0
+ endColumnNumber : 1
+ endLineNumber : 4
+ startColumnNumber : 0
+ startLineNumber : 1
+ }
+ ]
+ }
+ ]
+ scriptId : <scriptId>
+ url : 0
+ }
+ ]
+ }
+}
+
Running test: testPreciseCoverage
{
id : <messageId>
« no previous file with comments | « test/inspector/cpu-profiler/coverage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698