Create empty parser for hprof files to be called by the java heap profiler
The main purpose of the java heap profiler is to obtain a heap dump in the form of an hprof file and then parse the hprof file. Currently,there exists a way to obtain the heap dump but there is no way to parse the hprof file. This CL includes a barebones parser for these hprof files. Bug: 1012072 Change-Id: I7a5d19ba8a4c0284fcae41d7057ad44a0b0acdab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861103 Commit-Queue: George Zhang <zhanggeorge@google.com> Reviewed-by:Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#712717}
Showing
Please register or sign in to comment