From 3d32bcd37b751a1ed089bbe07c1341ab8d7b9773 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 29 Jun 2017 19:20:34 +0200 Subject: [PATCH] profiling: fix hardcoded path in hint --- profiling/streaming-read.bash | 2 +- profiling/streaming-write.bash | 2 +- 2 files changed, 2 insertions(+), 2 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" diff --git a/profiling/streaming-write.bash b/profiling/streaming-write.bash index 27d7098..7732cfb 100755 --- a/profiling/streaming-write.bash +++ b/profiling/streaming-write.bash @@ -19,4 +19,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"