DescriptionReland of [tracing] Display the locked size of discardable memory segment. (patchset #1 id:1 of https://codereview.chromium.org/1386333003/ )
Reason for revert:
Reland after the fix. The crash was due to IsMemoryLocked called for segments 0
which have no underlying shared memory, causing dcheck to fail. Fixed by
removing not dumping the empty segments.
Original issue's description:
> Revert of [tracing] Display the locked size of discardable memory segment. (patchset #8 id:200001 of https://codereview.chromium.org/1374213002/ )
>
> Reason for revert:
> Speculative revert for the bug: www.crbug.com/541029
>
> Original issue's description:
> > [tracing] Display the locked size of discardable memory segment.
> >
> > The locked size of the discardable memory segments is now displayed on
> > tracing. The browser side can only tell if the whole segment is locked
> > or not, if the segment is shared with a child. The child side can also
> > tell how much memory in the segment is locked.
> >
> > BUG=529943
> >
> > Committed: https://crrev.com/a29f3c7b772a058c69b91d393740b85d7d23526b
> > Cr-Commit-Position: refs/heads/master@{#352004}
>
> TBR=reveman@chromium.org,avi@chromium.org,thestig@chromium.org
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=529943
>
> Committed: https://crrev.com/759242daa7de8683f62885673b5dfba75679727b
> Cr-Commit-Position: refs/heads/master@{#353260}
TBR=thestig@chromium.org
BUG=529943
Committed: https://crrev.com/b16ac46e052b3daab95cd6518916579b80aecabb
Cr-Commit-Position: refs/heads/master@{#353833}
Patch Set 1 : original patch #Patch Set 2 : Fix. #
Total comments: 2
Dependent Patchsets: Messages
Total messages: 13 (3 generated)
|