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

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

Issue 10411047: Type profiler by intercepting 'new' and 'delete' expressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed Created 8 years, 2 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/policy.l1.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 heap profile policy: POLICY_DEEP_2 1 heap profile policy: POLICY_DEEP_2
2 # Read policy.README for description of this file. 2 # Read README.policy for description of this file.
3 second optional optional 3 second optional optional
4 mmap-profiler mmap .*(ProfilerMalloc|MemoryRegionMap::).* 4 mmap-profiler mmap .*(ProfilerMalloc|MemoryRegionMap::).*
5 mmap-type-profiler mmap .*(TypeProfilerMalloc).*
5 mmap-tcmalloc mmap .*(DoAllocWithArena|SbrkSysAllocator::Al loc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena). * 6 mmap-tcmalloc mmap .*(DoAllocWithArena|SbrkSysAllocator::Al loc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena). *
6 FROM_HERE_FOR_TOTAL optional optional 7 FROM_HERE_FOR_TOTAL optional optional
7 mustbezero optional optional 8 mustbezero optional optional
8 nonprofiled-absent optional optional 9 nonprofiled-absent optional optional
9 nonprofiled-anonymous optional optional 10 nonprofiled-anonymous optional optional
10 nonprofiled-file-exec optional optional 11 nonprofiled-file-exec optional optional
11 nonprofiled-file-nonexec optional optional 12 nonprofiled-file-nonexec optional optional
12 nonprofiled-stack optional optional 13 nonprofiled-stack optional optional
13 nonprofiled-other optional optional 14 nonprofiled-other optional optional
14 no-bucket default default 15 no-bucket default default
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 stack optional optional 79 stack optional optional
79 other optional optional 80 other optional optional
80 mmap-total-log default default 81 mmap-total-log default default
81 mmap-no-log default default 82 mmap-no-log default default
82 mmap-total-record default default 83 mmap-total-record default default
83 other-total-log default default 84 other-total-log default default
84 tc-total-log default default 85 tc-total-log default default
85 tc-no-log default default 86 tc-no-log default default
86 tc-total-record default default 87 tc-total-record default default
87 tc-total default default 88 tc-total default default
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.l1.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698