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

Unified Diff: tools/deep_memory_profiler/dmprof.py

Issue 700773002: Add a new command to summarize memory usage by function addresses in dmprof (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | tools/deep_memory_profiler/subcommands/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/dmprof.py
diff --git a/tools/deep_memory_profiler/dmprof.py b/tools/deep_memory_profiler/dmprof.py
index 0cb030a32fe7f3adaa401897413f5e93401efdff..85c1f6d8c0f288a3e970d00434e6b5814a86dc15 100644
--- a/tools/deep_memory_profiler/dmprof.py
+++ b/tools/deep_memory_profiler/dmprof.py
@@ -19,6 +19,7 @@ LOGGER = logging.getLogger('dmprof')
def main():
COMMANDS = {
+ 'addr': subcommands.AddrCommand,
'buckets': subcommands.BucketsCommand,
'cat': subcommands.CatCommand,
'csv': subcommands.CSVCommand,
« no previous file with comments | « no previous file | tools/deep_memory_profiler/subcommands/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698