Lines Matching refs:top
14 # USAGE: cputimes [-ahTV] [-t top] [interval [count]]
19 # -t num # print top num lines only
23 # cputimes -at 8 5 # print top 8 lines every 5 secs
68 top=0; interval=1; count=1
76 t) opt_top=1; top=$OPTARG ;;
78 USAGE: cputimes [-ahTV] [-t top] [interval [count]]
83 -t num # print top num lines only
87 cputimes -at 8 5 # top 8 lines every 5 secs
115 inline int TOP = '$top';
183 OPT_top ? trunc(@Procs, TOP) : 1;