Home | History | Annotate | Download | only in Bin

Lines Matching refs:opt_elapsed

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
77 e) opt_elapsed=1 ;;
111 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
112 opt_elapsed=1;
141 inline int OPT_elapsed = '$opt_elapsed';
193 OPT_elapsed && OPT_liball ?
195 OPT_elapsed && ! OPT_liball ?
197 OPT_elapsed && OPT_totals && OPT_liball ?
199 OPT_elapsed && OPT_totals && ! OPT_liball ?
221 OPT_elapsed ? printf("\n%-49s %16s\n","CALL","ELAPSED") : 1;
222 OPT_elapsed && OPT_liball ? printa("%-16s %-32s %@16d\n",@Elapsed) : 1;
223 OPT_elapsed && ! OPT_liball ? printa("%-49s %@16d\n",@Elapsed) : 1;