MemoryInfra: Add more details about model type of sync data that is using memory |
||||||
Issue descriptionBackground context:go/memory-infra: memory profiling in chrome://tracing The sync dump provider shows only the total memory usage of the sync directory. It will be better if it tells if the memory is used by bookmarks or favicons or others.
,
Dec 19 2016
,
Dec 20 2016
GetModelTypeFromSpecifics() gives the model type.
,
Jan 4 2017
,
Jan 24 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/65f48321e20afaa5ac2f11a2546cf33e791fe570 commit 65f48321e20afaa5ac2f11a2546cf33e791fe570 Author: dskiba <dskiba@chromium.org> Date: Tue Jan 24 20:39:41 2017 [sync] Add model type counters to memory dumps. crbug.com/675682 reported that in some rare cases sync uses enormous amounts of memory. To correlate memory usage with size of user's profile, this CL adds model type counters to memory dumps. BUG= 675683 Review-Url: https://codereview.chromium.org/2651563004 Cr-Commit-Position: refs/heads/master@{#445795} [modify] https://crrev.com/65f48321e20afaa5ac2f11a2546cf33e791fe570/components/sync/syncable/directory.cc
,
Jan 26 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7ecd005e3a871cc9a4979c0a3ef822d9e7c0a787 commit 7ecd005e3a871cc9a4979c0a3ef822d9e7c0a787 Author: dskiba <dskiba@chromium.org> Date: Thu Jan 26 17:51:34 2017 [tracing] Whitelist sync model type counters. This CL whitelists model type counters that were added to the sync MDP in crrev.com/2651563004. BUG= 675683 Review-Url: https://codereview.chromium.org/2655833003 Cr-Commit-Position: refs/heads/master@{#446373} [modify] https://crrev.com/7ecd005e3a871cc9a4979c0a3ef822d9e7c0a787/base/trace_event/memory_infra_background_whitelist.cc
,
Feb 7 2017
,
May 18 2018
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by mariakho...@chromium.org
, Dec 19 2016