|
Delete deprecated CPU profiler code that supports filtering by security token
The methods that allow to filter CPU profile by security token were introduced to support console.profiles in WebKit. Now that console.profiles is removed and corresponding V8 API methods have been deprecated in 3.19 branch(https://code.google.com/p/v8/source/browse/branches/3.19/include/v8-profiler.h) it is safe to remove all that code.
BUG=None
R=jkummerow@chromium.org, loislo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=15528
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+35 lines, -587 lines) |
Patch |
|
M |
include/v8-profiler.h
|
View
|
2
|
2 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/api.cc
|
View
|
2
|
3 chunks |
+2 lines, -30 lines |
0 comments
|
Download
|
|
M |
src/cpu-profiler.h
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/cpu-profiler.cc
|
View
|
|
13 chunks |
+7 lines, -32 lines |
0 comments
|
Download
|
|
M |
src/heap-snapshot-generator.h
|
View
|
2
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/heap-snapshot-generator.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.h
|
View
|
|
9 chunks |
+3 lines, -49 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
|
10 chunks |
+14 lines, -241 lines |
0 comments
|
Download
|
|
M |
src/profile-generator-inl.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-cpu-profiler.cc
|
View
|
1
2
3
|
4 chunks |
+2 lines, -62 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-profile-generator.cc
|
View
|
|
7 chunks |
+5 lines, -146 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|