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

Unified Diff: tools/deep_memory_profiler/dmprof

Issue 781263003: dmprof analyzer script fails to process parameter with space (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/dmprof
diff --git a/tools/deep_memory_profiler/dmprof b/tools/deep_memory_profiler/dmprof
index a43f9f663af06b898c6a14bdae989077eba28104..850abbac2803ff459b6fa0598a2ffaae587461c4 100755
--- a/tools/deep_memory_profiler/dmprof
+++ b/tools/deep_memory_profiler/dmprof
@@ -6,7 +6,6 @@
# Re-direct the arguments to dmprof.py.
BASEDIR=`dirname $0`
-ARGV="$@"
PYTHONPATH=$BASEDIR/../python/google python \
- "$BASEDIR/dmprof.py" $ARGV
+ "$BASEDIR/dmprof.py" "$@"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698