Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(10)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/inspector/cpu-profiler/coverage-expected.txt
Issue
2715833003
:
[inspector] move coverage related methods to profiler (Closed)
Patch Set: added missing test
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
src/inspector/js_protocol.json
src/inspector/v8-profiler-agent-impl.h
src/inspector/v8-profiler-agent-impl.cc
src/inspector/v8-runtime-agent-impl.h
src/inspector/v8-runtime-agent-impl.cc
test/inspector/cpu-profiler/coverage.js
test/inspector/cpu-profiler/coverage-expected.txt
test/inspector/runtime/coverage.js
test/inspector/runtime/coverage-expected.txt
View unified diff
|
Download patch
« src/inspector/v8-profiler-agent-impl.cc
('K') |
« 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')
OLD
NEW
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
Loading...
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 }
OLD
NEW
« src/inspector/v8-profiler-agent-impl.cc
('K') |
« test/inspector/cpu-profiler/coverage.js
('k') |
test/inspector/runtime/coverage.js »
('j') |
no next file with comments »
Issue 2715833003: [inspector] move coverage related methods to profiler (Closed)
Created 3 years, 10 months ago by kozy
Modified 3 years, 9 months ago
Reviewers: dgozman, pfeldman, alph, Yang
Base URL:
Comments: 2
This is Rietveld
408576698