|
C++ profiler: publish the new API, make compatible with WebKit / Chromium.
I succeeded at connecting the new implementation to Chromium, this
commit includes required (although, not all) adjustments.
Committed: http://code.google.com/p/v8/source/detail?r=4349
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+378 lines, -24 lines) |
Patch |
|
A |
include/v8-profiler.h
|
View
|
1
|
1 chunk |
+176 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/api.cc
|
View
|
|
3 chunks |
+127 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/cpu-profiler.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/cpu-profiler.cc
|
View
|
|
5 chunks |
+24 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/platform-linux.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.h
|
View
|
|
5 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
1
|
9 chunks |
+36 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/profile-generator-inl.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|