|
Delete several deprecated methods on v8::CpuProfiler
All methods for accessing collected profiles by index are deprecated. The indexed storage may well be implemented by the embedder should he need it. CpuProfiler's responsibility is just to create CpuProfile object that contains all collected data and whose lifetime can be managed by the embedder.
BUG= chromium:327298
LOG=Y
R=svenpanne@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=18337
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+113 lines, -250 lines) |
Patch |
|
M |
include/v8-profiler.h
|
View
|
1
2
|
3 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/api.cc
|
View
|
1
2
|
4 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/cpu-profiler.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/cpu-profiler.cc
|
View
|
1
2
|
3 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.h
|
View
|
1
2
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
test/cctest/profiler-extension.h
|
View
|
|
1 chunk |
+10 lines, -16 lines |
0 comments
|
Download
|
|
A + |
test/cctest/profiler-extension.cc
|
View
|
1
|
1 chunk |
+29 lines, -39 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-cpu-profiler.cc
|
View
|
1
2
|
22 chunks |
+50 lines, -70 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-profile-generator.cc
|
View
|
1
2
|
10 chunks |
+15 lines, -70 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|