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

Unified Diff: tools/deep_memory_profiler/subcommands/__init__.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 | « tools/deep_memory_profiler/dmprof.py ('k') | tools/deep_memory_profiler/subcommands/addr.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/subcommands/__init__.py
diff --git a/tools/deep_memory_profiler/subcommands/__init__.py b/tools/deep_memory_profiler/subcommands/__init__.py
index 4fb29d0c37569da2ef86783f7b281aca44aa4387..cc28dfd6f5857256a3a0f6c9d40450b379368b90 100644
--- a/tools/deep_memory_profiler/subcommands/__init__.py
+++ b/tools/deep_memory_profiler/subcommands/__init__.py
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+from subcommands.addr import AddrCommand
from subcommands.buckets import BucketsCommand
from subcommands.cat import CatCommand
from subcommands.expand import ExpandCommand
« no previous file with comments | « tools/deep_memory_profiler/dmprof.py ('k') | tools/deep_memory_profiler/subcommands/addr.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698