Lines Matching refs:opt_counts
63 opt_elapsed=0; opt_cpu=0; opt_counts=0; opt_liball=0
70 a) opt_liball=1; opt_counts=1; opt_elapsed=1; opt_cpu=1
76 c) opt_counts=1 ;;
111 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
143 inline int OPT_counts = '$opt_counts';
168 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
169 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
170 OPT_counts && OPT_totals && OPT_liball ?
172 OPT_counts && OPT_totals && ! OPT_liball ?
216 OPT_counts ? printf("\n%-49s %16s\n","CALL","COUNT") : 1;
217 OPT_counts && OPT_liball ? printa("%-16s %-32s %@16d\n",@Counts) : 1;
218 OPT_counts && ! OPT_liball ? printa("%-49s %@16d\n",@Counts) : 1;