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

Side by Side Diff: tools/deep_memory_profiler/policy.l2.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/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
(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-heap-newspace mmap .*v8::internal::NewSpace::SetUp.*
16 mmap-v8-heap-coderange mmap .*v8::internal::CodeRange::SetUp.*
17 mmap-v8-heap-pagedspace mmap .*v8::internal::PagedSpace::AllocateRaw. *
18 mmap-v8-other mmap .*v8::.*
19 mmap-catch-all mmap .*
20 tc-webcore-fontcache malloc .*WebCore::FontCache::getCachedFontData. *
21 tc-skia malloc .* Sk[A-Za-z_]+::.*
22 tc-renderobject malloc .*WebCore::RenderArena::allocate.*
23 tc-renderstyle malloc .*WebCore::RenderStyle::create.*
24 tc-renderstyle malloc .*WebCore::RenderStyle::clone.*
25 tc-webcore-sharedbuf malloc .*WebCore::SharedBuffer::create.*
26 tc-webcore-sharedbuf malloc .*WebCore::SharedBuffer::buffer.*
27 tc-webcore-sharedbuf malloc .*WebCore::SharedBuffer::append.*
28 tc-webcore-XHRcreate malloc .*WebCore::XMLHttpRequest::create .*
29 tc-webcore-XHRreceived malloc .*WebCore::XMLHttpRequest::didReceiveDat a.*
30 tc-webcore-docwriter-add malloc .*WebCore::DocumentWriter::addData.*
31 tc-webcore-node-and-doc malloc .*WebCore::HTML[a-zA-Z0-9_]*Element::cre ate .*
32 tc-webcore-node-and-doc malloc .*WebCore::Text::create .*
33 tc-webcore-node-and-doc malloc .*WebCore::Comment::create .*
34 tc-webcore-node-and-doc malloc .*WebCore::HTMLDocument::create .*
35 tc-webcore-node-and-doc malloc .*WebCore::CSSStyleRule::create .*
36 tc-webcore-node-and-doc malloc .*WebCore::Attribute::create .*
37 tc-webcore-node-and-doc malloc .*WebCore::DOMWindow::create .*
38 tc-webcore-node-factory malloc .*WebCore::HTML[a-zA-Z0-9_]*Factory::cre ate[a-zA-Z0-9_]*Element.*
39 tc-webcore-element-wrapper malloc .*WebCore::createHTML[a-zA-Z0-9_]*Elemen tWrapper.*
40 tc-webcore-stylepropertyset malloc .*WebCore::StylePropertySet::create .*
41 tc-webcore-style-createsheet malloc .*WebCore::StyleElement::createSheet.*
42 tc-webcore-cachedresource malloc .*WebCore::CachedResource::data .*
43 tc-webcore-cachedresource malloc .*WebCore::CachedResource::load .*
44 tc-webcore-script-execute malloc .*WebCore::ScriptElement::execute.*
45 tc-webcore-events-related malloc .*WebCore::createAttributeEventListener. *
46 tc-webcore-events-related malloc .*WebCore::V8LazyEventListener::create.*
47 tc-webcore-events-related malloc .*WebCore::V8EventListener::create.*
48 tc-webcore-events-related malloc .*WebCore::Event::create .*
49 tc-webcore-events-related malloc .*WebCore::EventListener::create .*
50 tc-webcore-document-write malloc .*WebCore::Document::write.*
51 tc-webcore-node-create-renderer malloc .*WebCore::Node::createRendererIfNeeded. *
52 tc-webcore-render-catch-all malloc .*WebCore::RenderLayer.*
53 tc-webcore-render-catch-all malloc .*WebCore::RenderBlock.*
54 tc-webcore-render-catch-all malloc .*WebCore::RenderWidget.*
55 tc-webcore-render-catch-all malloc .*WebCore::RenderView.*
56 tc-webcore-render-catch-all malloc .*WebCore::RenderViewImpl.*
57 tc-webcore-render-catch-all malloc .*WebCore::RenderStyle.*
58 tc-webcore-render-catch-all malloc .*WebCore::RenderText.*
59 tc-webcore-render-catch-all malloc .* RendererMain .*
60 tc-webcore-setInnerHTML-except-node malloc .*WebCore::HTMLElement:: setInnerHTML.*
61 tc-wtf-StringImpl-user-catch-all malloc .*WTF::StringImpl::creat e .*
62 tc-wtf-StringImpl-user-catch-all malloc .*WTF::StringImpl::creat eUninitialized.*
63 tc-wtf-HashTable-user-catch-all malloc .*WTF::HashTable::allocateTable. *
64 #tc-wtf-fastmalloc-user-catch-all malloc .*WTF::fastMalloc .*
65 tc-webcore-everything-create malloc .*WebCore::[a-zA-Z0-9_]*::create .*
66 tc-webkit-from-v8-catch-all malloc .*(WTF::|WebCore::|WebKit::).*v8::.*
67 tc-webkit-catch-all malloc .*(WTF::|WebCore::|WebKit::).*
68 tc-v8-catch-all malloc .*v8::.*
69 tc-toplevel-string malloc std::basic_string::_Rep::_S_create
70 tc-catch-all malloc .*
71 tc-unused default default
72 UNTIL_HERE_FOR_TOTAL optional optional
73 total-exclude-profiler optional optional
74 total optional optional
75 anonymous optional optional
76 file-exec optional optional
77 file-nonexec optional optional
78 stack optional optional
79 other optional optional
80 mmap-total-log default default
81 mmap-no-log default default
82 mmap-total-record default default
83 other-total-log default default
84 tc-total-log default default
85 tc-no-log default default
86 tc-total-record default default
87 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