Put the commonly used ones first.
" --I1=<size>,<assoc>,<line_size> set I1 cache manually\n"
" --D1=<size>,<assoc>,<line_size> set D1 cache manually\n"
" --LL=<size>,<assoc>,<line_size> set LL cache manually\n"
- );
+ );
}
static void cg_print_usage(void)
{
- VG_(print_cache_clo_opts)();
VG_(printf)(
+" --cachegrind-out-file=<file> output file name [cachegrind.out.%%p]\n"
" --cache-sim=yes|no collect cache stats? [yes]\n"
" --branch-sim=yes|no collect branch prediction stats? [no]\n"
-" --cachegrind-out-file=<file> output file name [cachegrind.out.%%p]\n"
);
+ VG_(print_cache_clo_opts)();
}
static void cg_print_debug_usage(void)