|
Profiler improvements
(1) --prof-cpp: Collects ticks like --prof, but ignores code creation events to reduce distortion (so all JS ticks will be "unaccounted"). Useful for profiling C++ code.
(2) --timed-range flag for tick processor: Ignores ticks before the first and after the last call to Date.now(). Useful for focusing on the timed section of a test.
Committed: https://crrev.com/feffccca22cb63f39f8170b392e0ca05145e6403
Cr-Commit-Position: refs/heads/master@{#26168}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+97 lines, -60 lines) |
Patch |
|
M |
src/flag-definitions.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
1
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/log.cc
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/log-utils.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-date.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/tools/tickprocessor.js
|
View
|
1
2
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/tools/tickprocessor-test.default
|
View
|
1
2
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/tools/tickprocessor-test.ignore-unknown
|
View
|
1
2
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/tools/tickprocessor-test.separate-ic
|
View
|
1
2
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
tools/logreader.js
|
View
|
|
3 chunks |
+37 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/profile.js
|
View
|
|
1 chunk |
+15 lines, -13 lines |
0 comments
|
Download
|
|
M |
tools/tickprocessor.js
|
View
|
|
5 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
|
M |
tools/tickprocessor-driver.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (4 generated)
|