Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1024)

Side by Side Diff: tools/deep_memory_profiler/policy.l0.txt

Issue 9812010: Breakdown nonprofiled memory regions (f.k.a. 'unknown'), and add new policy files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reflected the comments. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/deep_memory_profiler/dmprof.py ('k') | tools/deep_memory_profiler/policy.l1.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 heap profile policy: POLICY_DEEP_2
2 # Read policy.README for description of this file.
3 second optional optional
4 mmap-profiler mmap .*(ProfilerMalloc|MemoryRegionMap::).*
5 mmap-tcmalloc mmap .*(DoAllocWithArena|SbrkSysAllocator::Al loc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena). *
6 FROM_HERE_FOR_TOTAL optional optional
7 mustbezero optional optional
8 nonprofiled-absent optional optional
9 nonprofiled-anonymous optional optional
10 nonprofiled-file-exec optional optional
11 nonprofiled-file-nonexec optional optional
12 nonprofiled-stack optional optional
13 nonprofiled-other optional optional
14 no-bucket default default
15 mmap-v8 mmap .*v8::.*
16 mmap-catch-all mmap .*
17 tc-used-all malloc .*
18 tc-unused default default
19 UNTIL_HERE_FOR_TOTAL optional optional
20 total-exclude-profiler optional optional
21 total optional optional
22 anonymous optional optional
23 file-exec optional optional
24 file-nonexec optional optional
25 stack optional optional
26 other optional optional
27 mmap-total-log default default
28 mmap-no-log default default
29 mmap-total-record default default
30 other-total-log default default
31 tc-total-log default default
32 tc-no-log default default
33 tc-total-record default default
34 tc-total default default
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/dmprof.py ('k') | tools/deep_memory_profiler/policy.l1.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698