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

Unified 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, 3 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.l1.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/policy.l2.txt
diff --git a/tools/deep_memory_profiler/policy.l2.txt b/tools/deep_memory_profiler/policy.l2.txt
index 85fa41fafcc98e97fadbbf7333f53e884bb3d207..9632aa7a8b665ba5d8b6c733afe427cc32ffc2d3 100644
--- a/tools/deep_memory_profiler/policy.l2.txt
+++ b/tools/deep_memory_profiler/policy.l2.txt
@@ -1,7 +1,8 @@
heap profile policy: POLICY_DEEP_2
-# Read policy.README for description of this file.
+# Read README.policy for description of this file.
second optional optional
mmap-profiler mmap .*(ProfilerMalloc|MemoryRegionMap::).*
+mmap-type-profiler mmap .*(TypeProfilerMalloc).*
mmap-tcmalloc mmap .*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*
FROM_HERE_FOR_TOTAL optional optional
mustbezero optional optional
« 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