Home
last modified time | relevance | path

Searched refs:TIME (Results 1 – 25 of 79) sorted by relevance

1234

/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDcputimes_example.txt6 THREADS TIME (ns)
11 THREADS TIME (ns)
16 THREADS TIME (ns)
33 THREADS TIME (ns)
37 THREADS TIME (ns)
41 THREADS TIME (ns)
65 THREADS TIME (ns)
69 THREADS TIME (ns)
73 THREADS TIME (ns)
88 THREADS TIME (ns)
[all …]
HDprocsystime_example.txt12 SYSCALL TIME (ns)
36 SYSCALL TIME (ns)
60 SYSCALL TIME (ns)
68 SYSCALL TIME (ns)
95 SYSCALL TIME (ns)
113 SYSCALL TIME (ns)
126 SYSCALL TIME (ns)
HDsh_wasted_example.txt16 FILE NAME TIME(us)
20 FILE NAME TIME(us)
37 FILE NAME TIME(us)
41 FILE NAME TIME(us)
HDphp_flowtime_example.txt7 C TIME(us) FILE DELTA(us) -- FUNC
27 The TIME(us) column shows time since boot.
36 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
37 post sort based on TIME if necessary.
HDjs_flowtime_example.txt7 C TIME(us) FILE DELTA(us) -- FUNC
31 The TIME(us) column shows time since boot.
39 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
40 post sort based on TIME if necessary.
HDtcl_procflow_example.txt8 C PID TIME(us) -- PROCEDURE
25 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
26 post sort based on TIME if necessary.
HDrb_flowtime_example.txt7 C TIME(us) FILE DELTA(us) -- CLASS::METHOD
43 The TIME(us) column shows time since boot.
52 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
53 post sort based on TIME if necessary.
HDsh_flow_example.txt8 C TIME(us) FILE -- NAME
27 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
28 post sort based on TIME if necessary.
37 C TIME(us) FILE -- NAME
HDsh_flowtime_example.txt8 C TIME(us) FILE DELTA(us) -- NAME
37 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
38 post sort based on TIME if necessary.
47 C TIME(us) FILE DELTA(us) -- NAME
HDpidpersec_example.txt7 TIME LASTPID PID/s
23 TIME LASTPID PID/s
HDhttpdstat_example.txt8 TIME NUM GET POST HEAD TRACE
29 TIME NUM GET POST HEAD TRACE
HDjs_stat_example.txt6 TIME EXEC/s FUNC/s OBJNEW/s OBJFRE/s
25 TIME EXEC/s FUNC/s OBJNEW/s OBJFRE/s
HDtcl_flow_example.txt6 C PID TIME(us) -- CALL
191 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
192 post sort based on TIME if necessary.
HDtcl_flowtime_example.txt8 C PID TIME(us) DELTA(us) -- CALL
193 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
194 post sort based on TIME if necessary.
HDpl_flow_example.txt7 C TIME(us) FILE -- SUB
20 If the output looks shuffled, check the CPU "C" and "TIME" columns, and
21 post sort based on TIME if necessary.
31 C TIME(us) FILE -- SUB
HDsh_stat_example.txt10 TIME EXEC/s FUNCS/s BLTINS/s SUB-SH/s CMD/s
29 TIME EXEC/s FUNCS/s BLTINS/s SUB-SH/s CMD/s
HDj_classflow_example.txt10 C PID TIME(us) -- CLASS.METHOD
23 The second column, TIME(us), gives us the time since boot in microseconds.
35 C PID TIME(us) -- CLASS.METHOD
HDphp_flow_example.txt7 C TIME(us) FILE -- FUNC
27 The TIME(us) column shows time from boot in microseconds.
/NextBSD/crypto/openssh/regress/
HDkeytype.sh6 TIME=`which time 2>/dev/null`
7 if test ! -x "$TIME"; then
8 TIME=""
30 ${TIME} ${SSHKEYGEN} -b $bits -q -N '' -t $type -f $OBJ/key.$kt ||\
55 ${TIME} ${SSH} -F $OBJ/ssh_proxy 999.999.999.999 true
/NextBSD/usr.sbin/pw/tests/
HDpw_useradd.sh119 TIME=`${PW} usershow test | awk -F ':' '{print $7}'`
120 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
121 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
167 TIME=`${PW} usershow test | awk -F ':' '{print $6}'`
168 [ ! -z $TIME -a $TIME -ge $EPOCH -a $TIME -lt $BUF ] || \
169 atf_fail "Expiration time($TIME) was not within $EPOCH - $BUF seconds."
/NextBSD/usr.bin/limits/tests/
HDlimits_test.sh32 TIME=/usr/bin/time
43 limits -H -t 3 $TIME -p sh -c 'while : ; do : ; done'
57 limits -S -t 3 $TIME -p sh -c 'while : ; do : ; done'
/NextBSD/usr.bin/ipcs/
HDipcs.c105 #define TIME 16 macro
121 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; in main()
163 option |= TIME; in main()
345 if (option & TIME) in print_kmsqheader()
384 if (option & TIME) in print_kmsqptr()
425 if (option & TIME) in print_kshmheader()
464 if (option & TIME) in print_kshmptr()
509 if (option & TIME) in print_ksemheader()
538 if (option & TIME) in print_ksemptr()
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDcputimes_notes.txt58 THREADS TIME (ns)
81 THREADS TIME (ns)
85 THREADS TIME (ns)
94 THREADS TIME (ns)
98 THREADS TIME (ns)
107 THREADS TIME (ns)
111 THREADS TIME (ns)
HDALLflow_notes.txt16 C TIME(us) FILE -- SUB
31 C TIME(us) FILE -- SUB
52 - print a "TIME(us)" column. You can eyeball this for shuffles, or just
56 indicates that a shuffle may have happened, and the out-of-order TIME(us)
/NextBSD/usr.bin/systat/
HDvmstat.c130 static enum state { BOOT, TIME, RUN } state = TIME; enumerator
396 #define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;}
397 #define Q(fld) {t=cur.fld[i]; cur.fld[i]-=last.fld[i]; if(state==TIME) last.fld[i]=t;}
398 #define Y(fld) {t = s.fld; s.fld -= s1.fld; if(state == TIME) s1.fld = t;}
400 if(state == TIME) s1.nchstats.fld = t;}
463 if (state == TIME) in showkre()
541 case TIME: in showkre()
600 state = TIME; in cmdkre()

1234