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

Unified Diff: tools/memory_inspector/memory_inspector_cli

Issue 240023003: Further enhancements to command_line frontend to memory_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memory-inspector-cli-enhancements
Patch Set: Further changes following review Created 6 years, 8 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/memory_inspector/memory_inspector/frontends/command_line.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory_inspector/memory_inspector_cli
diff --git a/tools/memory_inspector/memory_inspector_cli b/tools/memory_inspector/memory_inspector_cli
index ead275440bf4f41391a0aa9920912f7023537e28..774a50f4fd20402cba28f947da33276dc528189a 100755
--- a/tools/memory_inspector/memory_inspector_cli
+++ b/tools/memory_inspector/memory_inspector_cli
@@ -11,4 +11,4 @@ from memory_inspector.frontends import command_line
if __name__ == '__main__':
- sys.exit(command_line.main(sys.argv))
+ sys.exit(command_line.main())
« no previous file with comments | « tools/memory_inspector/memory_inspector/frontends/command_line.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698