Deep 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= Review URL: https://chromiumcodereview.appspot.com/15861007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202859 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment