Fill in the first pass of the parser to analyze hprof files.
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 an empty parser that skips over everything in the hprof file. With CL, we first parse each instance for given fields (object_id, names, etc..) and then store these values in different instance objects. We will be using these instance objects in the next CL which is the second pass over. Bug: 1012072 Change-Id: Ibe249056c180dd07b907ada129898248c91cbaec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898481 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#716986}
Showing
This diff is collapsed.
Please register or sign in to comment