Lines Matching full:counts
36 // * --basic-counts : do basic counts, eg. number of instructions
38 // * --detailed-counts: do more detailed counts: number of loads, stores
193 * --basic-counts=yes) is to be counted, with default. Override with command
200 else if VG_BOOL_CLO(arg, "--basic-counts", clo_basic_counts) {}
201 else if VG_BOOL_CLO(arg, "--detailed-counts", clo_detailed_counts) {}
215 " --basic-counts=no|yes count instructions, jumps, etc. [yes]\n"
216 " --detailed-counts=no|yes count loads, stores and alu ops [no]\n"
232 /*--- Stuff for --basic-counts ---*/
292 /*--- Stuff for --detailed-counts ---*/
341 /* --- Counts --- */
954 VG_(umsg)("IR-level counts by type:\n");