diff options
author | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 01:55:52 +0000 |
---|---|---|
committer | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 01:55:52 +0000 |
commit | 5e105337d6f2b7d619b99e2f94b8c822ba136a11 (patch) | |
tree | 9de0c794c823708cf20312984a15082fcd7f4655 /WATCHLISTS | |
parent | 38dbea08d420657ef6beb4fb28737549784fc085 (diff) | |
download | chromium_src-5e105337d6f2b7d619b99e2f94b8c822ba136a11.zip chromium_src-5e105337d6f2b7d619b99e2f94b8c822ba136a11.tar.gz chromium_src-5e105337d6f2b7d619b99e2f94b8c822ba136a11.tar.bz2 |
Add dmikurube+memory to WATCHLIST for memory profiling issues.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10919235
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156463 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -55,6 +55,9 @@ 'base': { 'filepath': '^base/', }, + 'base_allocator': { + 'filepath': '^base/allocator', + }, 'base_memory': { 'filepath': '^base/memory', }, @@ -118,6 +121,9 @@ 'filepath': 'net/cookies/|'\ 'chrome/browser/net/sqlite_persistent_cookie_store', }, + 'deep_memory_profiler': { + 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', + }, 'disk_cache': { 'filepath': 'net/disk_cache/|http_cache', }, @@ -317,6 +323,9 @@ 'task_manager': { 'filepath': 'task_manager' }, + 'tcmalloc': { + 'filepath': 'third_party/tcmalloc' + }, 'tests': { 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', }, @@ -429,6 +438,7 @@ 'automation': ['kkania@chromium.org', 'robertshield@chromium.org'], 'base': ['erikwright+watch@chromium.org'], + 'base_allocator': ['dmikurube+memory@chromium.org'], 'base_memory': ['gavinp+memory@chromium.org'], 'browser_chromeos': ['davemoore+watch@chromium.org', 'stevenjb+watch@chromium.org', @@ -454,6 +464,7 @@ 'darin-cc@chromium.org'], 'cookie_monster': ['erikwright@chromium.org', 'rkn@chromium.org', 'wtc@chromium.org'], + 'deep_memory_profiler': ['dmikurube+memory@chromium.org'], 'disk_cache': ['gavinp+disk@chromium.org'], 'dns': ['mmenke@chromium.org'], 'download': ['rdsmith+dwatch@chromium.org'], @@ -531,6 +542,7 @@ 'tab_contents': ['avi@chromium.org', 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 'task_manager': ['yoshiki+watch@chromium.org'], + 'tcmalloc': ['dmikurube+memory@chromium.org'], 'tests': [], 'textinput': ['penghuang+watch@chromium.org', 'suzhe@chromium.org', |