|
From: Nicholas N. <nj...@so...> - 2023-08-23 04:21:13
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=fd3719c1edb7aad30cae8c6fb8c64aa9b2833378 commit fd3719c1edb7aad30cae8c6fb8c64aa9b2833378 Author: Nicholas Nethercote <n.n...@gm...> Date: Wed Aug 23 14:20:42 2023 +1000 Correct an error in Cachegrind's usage message. Diff: --- cachegrind/cg_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index ef3ea03ebc..8cdbbe9b3f 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -1763,7 +1763,7 @@ static void cg_print_usage(void) { VG_(printf)( " --cachegrind-out-file=<file> output file name [cachegrind.out.%%p]\n" -" --cache-sim=yes|no collect cache stats? [yes]\n" +" --cache-sim=yes|no collect cache stats? [no]\n" " --branch-sim=yes|no collect branch prediction stats? [no]\n" ); VG_(print_cache_clo_opts)(); |