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

Unified Diff: tools/deep_memory_profiler/policy.l1.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/deep_memory_profiler/policy.l0.txt ('k') | tools/deep_memory_profiler/policy.l2.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/policy.l1.txt
diff --git a/tools/deep_memory_profiler/policy.l1.txt b/tools/deep_memory_profiler/policy.l1.txt
new file mode 100644
index 0000000000000000000000000000000000000000..606d408cd8d97b4ad40c0c6686a2c0fecd3b6cea
--- /dev/null
+++ b/tools/deep_memory_profiler/policy.l1.txt
@@ -0,0 +1,41 @@
+heap profile policy: POLICY_DEEP_2
+# Read policy.README for description of this file.
+second optional optional
+mmap-profiler mmap .*(ProfilerMalloc|MemoryRegionMap::).*
+mmap-tcmalloc mmap .*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*
+FROM_HERE_FOR_TOTAL optional optional
+mustbezero optional optional
+nonprofiled-absent optional optional
+nonprofiled-anonymous optional optional
+nonprofiled-file-exec optional optional
+nonprofiled-file-nonexec optional optional
+nonprofiled-stack optional optional
+nonprofiled-other optional optional
+no-bucket default default
+mmap-v8-heap-newspace mmap .*v8::internal::NewSpace::SetUp.*
+mmap-v8-heap-coderange mmap .*v8::internal::CodeRange::SetUp.*
+mmap-v8-heap-pagedspace mmap .*v8::internal::PagedSpace::AllocateRaw.*
+mmap-v8-other mmap .*v8::.*
+mmap-catch-all mmap .*
+tc-v8 malloc .*v8::.*
+tc-skia malloc .*Sk[A-Za-z_]+::.*
+tc-webkit-catch-all malloc .*(WTF::|WebCore::|WebKit::).*
+tc-unknown-string malloc .*std::basic_string::_Rep::_S_create.*
+tc-catch-all malloc .*
+tc-unused default default
+UNTIL_HERE_FOR_TOTAL optional optional
+total-exclude-profiler optional optional
+total optional optional
+anonymous optional optional
+file-exec optional optional
+file-nonexec optional optional
+stack optional optional
+other optional optional
+mmap-total-log default default
+mmap-no-log default default
+mmap-total-record default default
+other-total-log default default
+tc-total-log default default
+tc-no-log default default
+tc-total-record default default
+tc-total default default
« no previous file with comments | « tools/deep_memory_profiler/policy.l0.txt ('k') | tools/deep_memory_profiler/policy.l2.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698