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

Unified Diff: tools/deep_memory_profiler/lib/sorter.py

Issue 400563003: deep_memory_profiler: Replace 'WebCore' with 'blink'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/deep_memory_profiler/README.policy ('k') | tools/deep_memory_profiler/policy.android.renderer.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/lib/sorter.py
diff --git a/tools/deep_memory_profiler/lib/sorter.py b/tools/deep_memory_profiler/lib/sorter.py
index 1f083fc76a339116c634c22e4d5d97cdc1e3467c..c36cdbdd5b6ce5f6ac062449027d9807efd61a62 100644
--- a/tools/deep_memory_profiler/lib/sorter.py
+++ b/tools/deep_memory_profiler/lib/sorter.py
@@ -19,7 +19,7 @@ DEFAULT_SORTERS = [
os.path.join(BASE_PATH, 'sorters', 'malloc.browser-module.json'),
os.path.join(BASE_PATH, 'sorters', 'malloc.renderer-module.json'),
os.path.join(BASE_PATH, 'sorters', 'malloc.type.json'),
- os.path.join(BASE_PATH, 'sorters', 'malloc.WebCore.json'),
+ os.path.join(BASE_PATH, 'sorters', 'malloc.blink.json'),
os.path.join(BASE_PATH, 'sorters', 'vm.Android-specific.json'),
os.path.join(BASE_PATH, 'sorters', 'vm.base.json'),
os.path.join(BASE_PATH, 'sorters', 'vm.GPU.json'),
« no previous file with comments | « tools/deep_memory_profiler/README.policy ('k') | tools/deep_memory_profiler/policy.android.renderer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698