DescriptionDeep Memory Profiler: skip non-existing or empty files.
Sometimes the dump series is not complete, or contains files with 0 bytes.
Rather than bailing out entirely, just skip those files.
This can happen for instance when using Telemetry-driven tests:
- each "page" on a "page set" is a different test, and will
contain its own set of "heap dumps"
- however, the "page set" itself is long running, so whilst
telemetry fetches heap dumps, chrome is still running and
generating dumps that aren't interesting.
- before starting the next page, telemetry removes all
those spurious dumps
- the final set of dump files contains "holes", but that's fine.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202859
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|