Index: tools/deep_memory_profiler/policy.sourcefile.json |
diff --git a/tools/deep_memory_profiler/policy.l0.json b/tools/deep_memory_profiler/policy.sourcefile.json |
similarity index 81% |
copy from tools/deep_memory_profiler/policy.l0.json |
copy to tools/deep_memory_profiler/policy.sourcefile.json |
index c5351d2b9ad89cb1e2fcd5c5684a8d7467fa6cef..2fc05958a7c2fe8a85324ff2192a2e3b637fbeca 100644 |
--- a/tools/deep_memory_profiler/policy.l0.json |
+++ b/tools/deep_memory_profiler/policy.sourcefile.json |
@@ -15,7 +15,11 @@ |
"no-bucket", |
"mmap-v8", |
"mmap-catch-all", |
- "tc-used-all", |
+ "tc-v8", |
+ "tc-skia", |
+ "tc-webcore", |
+ "tc-webkit", |
+ "tc-catch-all", |
"tc-unused", |
"UNTIL_HERE_FOR_TOTAL", |
"total-exclude-profiler", |
@@ -98,17 +102,38 @@ |
}, |
{ |
"name": "mmap-v8", |
- "stacktrace": ".*v8::.*", |
+ "stacksourcefile": ".*../../v8/src/.*", |
peria
2013/04/08 10:24:09
This pattern may match with unexpected paths like
Dai Mikurube (NOT FULLTIME)
2013/04/08 10:54:37
Done.
|
"allocator": "mmap" |
}, |
{ |
"name": "mmap-catch-all", |
- "stacktrace": ".*", |
+ "stacksourcefile": ".*", |
"allocator": "mmap" |
}, |
{ |
- "name": "tc-used-all", |
- "stacktrace": ".*", |
+ "name": "tc-v8", |
+ "stacksourcefile": ".*../../v8/src/.*", |
peria
2013/04/08 10:24:09
ditto
Dai Mikurube (NOT FULLTIME)
2013/04/08 10:54:37
Done.
|
+ "allocator": "malloc" |
+ }, |
+ { |
+ "name": "tc-skia", |
+ "stacksourcefile": ".*../../third_party/skia/src/.*", |
peria
2013/04/08 10:24:09
ditto.
Dai Mikurube (NOT FULLTIME)
2013/04/08 10:54:37
Done.
|
+ "allocator": "malloc" |
+ }, |
+ { |
+ "name": "tc-webcore", |
+ "stacksourcefile": |
+ ".*../../third_party/WebKit/Source/WebCore/.*", |
peria
2013/04/08 10:24:09
ditto.
Dai Mikurube (NOT FULLTIME)
2013/04/08 10:54:37
Done.
|
+ "allocator": "malloc" |
+ }, |
+ { |
+ "name": "tc-webkit", |
+ "stacksourcefile": ".*../../third_party/WebKit/Source/.*", |
peria
2013/04/08 10:24:09
ditto
Dai Mikurube (NOT FULLTIME)
2013/04/08 10:54:37
Done.
|
+ "allocator": "malloc" |
+ }, |
+ { |
+ "name": "tc-catch-all", |
+ "stacksourcefile": ".*", |
"allocator": "malloc" |
}, |
{ |