DescriptionMake dmprof handle long runs better
Read the dump files one by one as they are processed instead of reading
them all into memory at the start of the program, to reduce peak memory
consumption. This makes it possible to process larger data sets.
Also restructure a few sub-command implementations to avoid iterating
over the list of dumps more than once and to avoid accessing any given
dump (typically the first) more than once.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248458
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add notes to DumpList class documentation. #
Messages
Total messages: 10 (0 generated)
|