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

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

Issue 2766573003: [debug] introduce precise binary code coverage. (Closed)
Patch Set: address comments Created 3 years, 9 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
« src/inspector/js_protocol.json ('K') | « 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 465faae1d38abb31f6ac067401d4c839f7d7e52a..244d8bc84ec9f909b64ef183687635242e36ed16 100644
--- a/test/inspector/cpu-profiler/coverage-expected.txt
+++ b/test/inspector/cpu-profiler/coverage-expected.txt
@@ -17,6 +17,16 @@ Running test: testPreciseBaseline
}
]
}
+ [1] : {
+ functionName : is_optimized
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 175
+ startOffset : 74
+ }
+ ]
+ }
]
scriptId : <scriptId>
url : 0
@@ -40,6 +50,16 @@ Running test: testPreciseBaseline
}
]
}
+ [1] : {
+ functionName : is_optimized
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 175
+ startOffset : 74
+ }
+ ]
+ }
]
scriptId : <scriptId>
url : 0
@@ -65,7 +85,7 @@ Running test: testPreciseCoverage
ranges : [
[0] : {
count : 1
- endOffset : 119
+ endOffset : 221
startOffset : 0
}
]
@@ -81,12 +101,22 @@ Running test: testPreciseCoverage
]
}
[2] : {
+ functionName : is_optimized
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 175
+ startOffset : 74
+ }
+ ]
+ }
+ [3] : {
functionName : iife
ranges : [
[0] : {
count : 1
- endOffset : 106
- startOffset : 75
+ endOffset : 208
+ startOffset : 177
}
]
}
@@ -101,7 +131,7 @@ Running test: testPreciseCoverage
ranges : [
[0] : {
count : 1
- endOffset : 11
+ endOffset : 38
startOffset : 0
}
]
@@ -124,7 +154,7 @@ Running test: testPreciseCoverage
ranges : [
[0] : {
count : 0
- endOffset : 119
+ endOffset : 221
startOffset : 0
}
]
@@ -140,12 +170,22 @@ Running test: testPreciseCoverage
]
}
[2] : {
+ functionName : is_optimized
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 175
+ startOffset : 74
+ }
+ ]
+ }
+ [3] : {
functionName : iife
ranges : [
[0] : {
count : 0
- endOffset : 106
- startOffset : 75
+ endOffset : 208
+ startOffset : 177
}
]
}
@@ -160,7 +200,7 @@ Running test: testPreciseCoverage
ranges : [
[0] : {
count : 0
- endOffset : 11
+ endOffset : 38
startOffset : 0
}
]
@@ -240,7 +280,7 @@ Running test: testBestEffortCoveragePrecise
ranges : [
[0] : {
count : 1
- endOffset : 119
+ endOffset : 221
startOffset : 0
}
]
@@ -256,12 +296,22 @@ Running test: testBestEffortCoveragePrecise
]
}
[2] : {
+ functionName : is_optimized
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 175
+ startOffset : 74
+ }
+ ]
+ }
+ [3] : {
functionName : iife
ranges : [
[0] : {
count : 1
- endOffset : 106
- startOffset : 75
+ endOffset : 208
+ startOffset : 177
}
]
}
@@ -276,7 +326,7 @@ Running test: testBestEffortCoveragePrecise
ranges : [
[0] : {
count : 1
- endOffset : 11
+ endOffset : 38
startOffset : 0
}
]
@@ -299,7 +349,7 @@ Running test: testBestEffortCoveragePrecise
ranges : [
[0] : {
count : 1
- endOffset : 119
+ endOffset : 221
startOffset : 0
}
]
@@ -315,12 +365,22 @@ Running test: testBestEffortCoveragePrecise
]
}
[2] : {
+ functionName : is_optimized
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 175
+ startOffset : 74
+ }
+ ]
+ }
+ [3] : {
functionName : iife
ranges : [
[0] : {
count : 1
- endOffset : 106
- startOffset : 75
+ endOffset : 208
+ startOffset : 177
}
]
}
@@ -335,7 +395,7 @@ Running test: testBestEffortCoveragePrecise
ranges : [
[0] : {
count : 1
- endOffset : 11
+ endOffset : 38
startOffset : 0
}
]
@@ -414,7 +474,185 @@ Running test: testEnablePreciseCoverageAtPause
ranges : [
[0] : {
count : 1
- endOffset : 11
+ endOffset : 38
+ startOffset : 0
+ }
+ ]
+ }
+ ]
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ }
+}
+
+Running test: testPreciseCoverageBinary
+{
+ id : <messageId>
+ result : {
+ result : {
+ description : 8
+ type : number
+ value : 8
+ }
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : [
+ [0] : {
+ functions : [
+ [0] : {
+ functionName :
+ ranges : [
+ [0] : {
+ count : 1
+ endOffset : 221
+ startOffset : 0
+ }
+ ]
+ }
+ [1] : {
+ functionName : fib
+ ranges : [
+ [0] : {
+ count : 1
+ endOffset : 73
+ startOffset : 1
+ }
+ ]
+ }
+ [2] : {
+ functionName : is_optimized
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 175
+ startOffset : 74
+ }
+ ]
+ }
+ [3] : {
+ functionName : iife
+ ranges : [
+ [0] : {
+ count : 1
+ endOffset : 208
+ startOffset : 177
+ }
+ ]
+ }
+ ]
+ scriptId : <scriptId>
+ url : 6
+ }
+ ]
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : string
+ value : unoptimized
+ }
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : {
+ description : 10946
+ type : number
+ value : 10946
+ }
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : string
+ value : optimized
+ }
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : [
+ [0] : {
+ functions : [
+ [0] : {
+ functionName :
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 221
+ startOffset : 0
+ }
+ ]
+ }
+ [1] : {
+ functionName : fib
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 73
+ startOffset : 1
+ }
+ ]
+ }
+ [2] : {
+ functionName : is_optimized
+ ranges : [
+ [0] : {
+ count : 1
+ endOffset : 175
+ startOffset : 74
+ }
+ ]
+ }
+ [3] : {
+ functionName : iife
+ ranges : [
+ [0] : {
+ count : 0
+ endOffset : 208
+ startOffset : 177
+ }
+ ]
+ }
+ ]
+ scriptId : <scriptId>
+ url : 6
+ }
+ [1] : {
+ functions : [
+ [0] : {
+ functionName :
+ ranges : [
+ [0] : {
+ count : 1
+ endOffset : 17
+ startOffset : 0
+ }
+ ]
+ }
+ ]
+ scriptId : <scriptId>
+ url :
+ }
+ [2] : {
+ functions : [
+ [0] : {
+ functionName :
+ ranges : [
+ [0] : {
+ count : 1
+ endOffset : 7
startOffset : 0
}
]
« src/inspector/js_protocol.json ('K') | « test/inspector/cpu-profiler/coverage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698