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" "$@" |