Lines Matching refs:opt_counts
67 opt_elapsed=0; opt_cpu=0; opt_counts=0;
75 a) opt_liball=1; opt_counts=1; opt_relative=1; opt_elapsed=1
81 c) opt_counts=1 ;;
152 inline int OPT_counts = '$opt_counts';
184 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1;
185 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1;
246 OPT_counts ? printf("\n%-49s %16s\n","CALL","COUNT") : 1;
247 OPT_counts && OPT_liball ? printa("%-16s %-32s %@16d\n",@Counts) : 1;
248 OPT_counts && ! OPT_liball ? printa("%-49s %@16d\n",@Counts) : 1;