Chromium Code Reviews
DescriptionImprove code coverage generation.
- Remove function name from output.
- Remove column from output (side effect: We can use fast version of
GetTokenLocation())
- Insert HANDLESCOPES
- Fold source file entries where easily possible, i.e., fold consecutive entries
created by functions in the same source file.
- Change format to
[{
"source": "...",
"hits": [<line>,<hitcount>, ...]
}, ... ]
BUG=
R=iposva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=28030
Patch Set 1 : #Patch Set 2 : #Patch Set 3 : #
Total comments: 12
Patch Set 4 : #
Messages
Total messages: 6 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||