Home | History | Annotate | Download | only in Bin

Lines Matching refs:opt_cpu

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
78 o) opt_cpu=1 ;;
111 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
142 inline int OPT_cpu = '$opt_cpu';
203 OPT_cpu && OPT_liball ? @CPU[probemod,probefunc] = sum(this->cpu) : 1;
204 OPT_cpu && ! OPT_liball ? @CPU[probefunc] = sum(this->cpu) : 1;
205 OPT_cpu && OPT_totals && OPT_liball ?
207 OPT_cpu && OPT_totals && ! OPT_liball ?
226 OPT_cpu ? printf("\n%-49s %16s\n","CALL","CPU") : 1;
227 OPT_cpu && OPT_liball ? printa("%-16s %-32s %@16d\n",@CPU) : 1;
228 OPT_cpu && ! OPT_liball ? printa("%-49s %@16d\n",@CPU) : 1;