aboutsummaryrefslogtreecommitdiff
path: root/profiling/streaming-read.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-06-29 19:20:34 +0200
committerJakob Unterwurzacher2017-06-29 19:20:34 +0200
commit3d32bcd37b751a1ed089bbe07c1341ab8d7b9773 (patch)
treec7254a85ad8e8d59ab083830bfe5ae6a9f3366cb /profiling/streaming-read.bash
parentdee88f3c4d72f3f739b348fbe5e7c6fd56ce8077 (diff)
profiling: fix hardcoded path in hint
Diffstat (limited to 'profiling/streaming-read.bash')
-rwxr-xr-xprofiling/streaming-read.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiling/streaming-read.bash b/profiling/streaming-read.bash
index 8976639..df75c68 100755
--- a/profiling/streaming-read.bash
+++ b/profiling/streaming-read.bash
@@ -26,4 +26,4 @@ done
echo
echo "Hint: go tool pprof ../gocryptfs $T/cprof"
-echo " go tool pprof -alloc_space ../gocryptfs /tmp/tmp.DRhBSFO6pu/mprof"
+echo " go tool pprof -alloc_space ../gocryptfs $T/mprof"