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

Side by Side Diff: tools/deep_memory_profiler/sorters/malloc.WebCore.json

Issue 352113002: Remove deprecated RenderArena object and fix stack source path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « tools/deep_memory_profiler/sorter.malloc-component.json ('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 { 1 {
2 "type": "sorter", 2 "type": "sorter",
3 "version": 1, 3 "version": 1,
4 "world": "malloc", 4 "world": "malloc",
5 "name": "WebCore", 5 "name": "WebCore",
6 "order": {}, 6 "order": {},
7 "rules": [ 7 "rules": [
8 { 8 {
9 "name": "RenderArena",
10 "backtrace_function": ".*WebCore::RenderArena::allocate.*"
11 },
12 {
13 "name": "RenderStyle", 9 "name": "RenderStyle",
14 "backtrace_function": ".*WebCore::RenderStyle::(create|clone).*" 10 "backtrace_function": ".*WebCore::RenderStyle::(create|clone).*"
15 }, 11 },
16 { 12 {
17 "name": "SharedBuffer", 13 "name": "SharedBuffer",
18 "backtrace_function": ".*WebCore::SharedBuffer::(create|buffer|append).*" 14 "backtrace_function": ".*WebCore::SharedBuffer::(create|buffer|append).*"
19 }, 15 },
20 { 16 {
21 "name": "XMLHttpRequest", 17 "name": "XMLHttpRequest",
22 "backtrace_function": ".*WebCore::XMLHttpRequest::create .*" 18 "backtrace_function": ".*WebCore::XMLHttpRequest::create .*"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 { 76 {
81 "name": "setInnerHTML", 77 "name": "setInnerHTML",
82 "backtrace_function": ".*WebCore::HTMLElement::setInnerHTML.*" 78 "backtrace_function": ".*WebCore::HTMLElement::setInnerHTML.*"
83 }, 79 },
84 { 80 {
85 "name": "Others-create", 81 "name": "Others-create",
86 "backtrace_function": ".*WebCore::[a-zA-Z0-9_]*::create .*" 82 "backtrace_function": ".*WebCore::[a-zA-Z0-9_]*::create .*"
87 } 83 }
88 ] 84 ]
89 } 85 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/sorter.malloc-component.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698