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

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

Issue 220593002: Profile WebCore::CachedMatchedProperties in dmprof. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | 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 "components": [ 2 "components": [
3 "second", 3 "second",
4 "mmap-profiler", 4 "mmap-profiler",
5 "mmap-type-profiler", 5 "mmap-type-profiler",
6 "mmap-tcmalloc", 6 "mmap-tcmalloc",
7 "FROM_HERE_FOR_TOTAL", 7 "FROM_HERE_FOR_TOTAL",
8 "mustbezero", 8 "mustbezero",
9 "unhooked-absent", 9 "unhooked-absent",
10 "unhooked-anonymous", 10 "unhooked-anonymous",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "name": "mmap-skia-font", 194 "name": "mmap-skia-font",
195 "stacktrace": ".*SkTypeface::openStream.*", 195 "stacktrace": ".*SkTypeface::openStream.*",
196 "allocator": "mmap" 196 "allocator": "mmap"
197 }, 197 },
198 { 198 {
199 "name": "mmap-catch-all", 199 "name": "mmap-catch-all",
200 "stacktrace": ".*", 200 "stacktrace": ".*",
201 "allocator": "mmap" 201 "allocator": "mmap"
202 }, 202 },
203 { 203 {
204 "name": "tc-webcore-cachedmatchedproperties",
205 "stacktrace": ".*WebCore::CachedMatchedProperties::(set|add).*",
206 "allocator": "malloc"
207 },
208 {
204 "name": "tc-webcore-fontcache", 209 "name": "tc-webcore-fontcache",
205 "stacktrace": ".*WebCore::FontCache::getFontData.*", 210 "stacktrace": ".*WebCore::FontCache::getFontData.*",
206 "allocator": "malloc" 211 "allocator": "malloc"
207 }, 212 },
208 { 213 {
209 "name": "tc-skia", 214 "name": "tc-skia",
210 "stacktrace": ".* Sk[A-Za-z_]+::.*", 215 "stacktrace": ".* Sk[A-Za-z_]+::.*",
211 "allocator": "malloc" 216 "allocator": "malloc"
212 }, 217 },
213 { 218 {
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "allocator": "optional" 521 "allocator": "optional"
517 }, 522 },
518 { 523 {
519 "name": "other", 524 "name": "other",
520 "stacktrace": "optional", 525 "stacktrace": "optional",
521 "allocator": "optional" 526 "allocator": "optional"
522 } 527 }
523 ], 528 ],
524 "version": "POLICY_DEEP_3" 529 "version": "POLICY_DEEP_3"
525 } 530 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698