Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(62)

Issue 1165703010: PartitionAlloc: improve how statistics appear in chrome://tracing. (Closed)

Created:
4 years, 11 months ago by Chris Evans
Modified:
4 years, 10 months ago
CC:
blink-reviews, Mads Ager (chromium), oilpan-reviews, blink-reviews-wtf_chromium.org, kouhei+heap_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

PartitionAlloc: improve how statistics appear in chrome://tracing. - Remove "waste", it's a useless number. - Report "slot size" as a dedicated value so it can be sorted on. - Temporarily force good column ordering by using numeric perfixes to leverage the current alphabetical sort for column ordering. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196706

Patch Set 1 #

Patch Set 2 : git cl try #

Total comments: 1

Patch Set 3 : Remove numeric prefix hacks. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -9 lines) Patch
M Source/platform/PartitionAllocMemoryDumpProvider.cpp View 1 2 1 chunk +8 lines, -6 lines 0 comments Download
M Source/wtf/PartitionAlloc.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/wtf/PartitionAlloc.cpp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 11 (3 generated)
Chris Evans
4 years, 11 months ago (2015-06-05 22:25:03 UTC) #2
Chris Evans
On 2015/06/05 22:25:03, Chris Evans wrote: (resolved merge conflicts)
4 years, 11 months ago (2015-06-05 23:22:16 UTC) #3
haraken
LGTM
4 years, 11 months ago (2015-06-06 14:47:38 UTC) #4
Primiano Tucci (use gerrit)
https://codereview.chromium.org/1165703010/diff/20001/Source/platform/PartitionAllocMemoryDumpProvider.cpp File Source/platform/PartitionAllocMemoryDumpProvider.cpp (right): https://codereview.chromium.org/1165703010/diff/20001/Source/platform/PartitionAllocMemoryDumpProvider.cpp#newcode45 Source/platform/PartitionAllocMemoryDumpProvider.cpp:45: allocatorDump->AddScalar("0slot_size", "bytes", memoryStats->bucketSlotSize); Hmmm I see that you want ...
4 years, 11 months ago (2015-06-06 16:00:37 UTC) #5
Primiano Tucci (use gerrit)
Ah, and % the numbered prefixes the rest LGTM
4 years, 11 months ago (2015-06-06 16:01:35 UTC) #6
Chris Evans
On 2015/06/06 16:01:35, Primiano Tucci wrote: > Ah, and % the numbered prefixes the rest ...
4 years, 10 months ago (2015-06-08 22:23:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165703010/40001
4 years, 10 months ago (2015-06-08 22:23:28 UTC) #10
commit-bot: I haz the power
4 years, 10 months ago (2015-06-08 23:23:15 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196706

Powered by Google App Engine
This is Rietveld 408576698