|
Remove tools/android/heap_profiler
It is a standalone .so library meant to be LD_PRELOAD-ed
using awkward tricks into the Android zygote to get heap dumps.
Never worked too well in Chrome as it intercepted only malloc
calls, without being able to hook allocations in PartitionAlloc
or Blink GC.
This is subsumed by the work of crbug.com/602701 which
integrates native heap profiling with chrome://tracing and
supports all the major chrome allocators.
For future heap profiling adventures use
//components/tracing/docs/heap_profiler.md
This CL also removes //third_party/bsdtrees that was introduced
as a dependency to libheap_profiler. Nothing else seems to
depend on it.
BUG= 382489
Committed: https://crrev.com/cf04606c3af6634f3bcbd8d39007e6061372a3c0
Cr-Commit-Position: refs/heads/master@{#403179}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+0 lines, -2611 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
build/all.gyp
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
third_party/bsdtrees/OWNERS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
third_party/bsdtrees/README.chromium
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
|
D |
third_party/bsdtrees/tree.h
|
View
|
|
1 chunk |
+0 lines, -748 lines |
0 comments
|
Download
|
|
M |
tools/android/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
tools/android/android_tools.gyp
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/DEPS
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/heap_dump.c
|
View
|
|
1 chunk |
+0 lines, -350 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/heap_profiler.h
|
View
|
|
1 chunk |
+0 lines, -92 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/heap_profiler.c
|
View
|
|
1 chunk |
+0 lines, -397 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/heap_profiler.gyp
|
View
|
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/heap_profiler_hooks_android.c
|
View
|
|
1 chunk |
+0 lines, -211 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/heap_profiler_integrationtest.cc
|
View
|
|
1 chunk |
+0 lines, -179 lines |
0 comments
|
Download
|
|
D |
tools/android/heap_profiler/heap_profiler_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -458 lines |
0 comments
|
Download
|
Total messages: 13 (7 generated)
|