]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Improve perf.sh messages
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 29 Apr 2010 16:22:07 +0000 (18:22 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 29 Apr 2010 16:22:07 +0000 (18:22 +0200)
perf.sh

diff --git a/perf.sh b/perf.sh
index 218105fc07690af807501b0458f67edf2184e385..242cb75747507c0e1815da8b1e883c15695db58a 100755 (executable)
--- a/perf.sh
+++ b/perf.sh
@@ -111,7 +111,7 @@ t_d_h=$(elapsed $t0)
 
 echo
 stat "Without ccache" $t_wo $t_wo
-stat "With ccache, no direct, cache miss" $t_p_m $t_wo
-stat "With ccache, no direct, cache hit" $t_p_h $t_wo
-stat "With ccache, direct, cache miss" $t_d_m $t_wo
-stat "With ccache, direct, cache hit" $t_d_h $t_wo
+stat "With ccache, preprocessor mode, cache miss" $t_p_m $t_wo
+stat "With ccache, preprocessor mode, cache hit" $t_p_h $t_wo
+stat "With ccache, direct mode, cache miss" $t_d_m $t_wo
+stat "With ccache, direct mode, cache hit" $t_d_h $t_wo