| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | cputimes_example.txt | 6 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 …]
|
| H A D | procsystime_example.txt | 12 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)
|
| H A D | sh_wasted_example.txt | 16 FILE NAME TIME(us) 20 FILE NAME TIME(us) 37 FILE NAME TIME(us) 41 FILE NAME TIME(us)
|
| H A D | php_flowtime_example.txt | 7 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.
|
| H A D | js_flowtime_example.txt | 7 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.
|
| H A D | rb_flowtime_example.txt | 7 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.
|
| H A D | tcl_procflow_example.txt | 8 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.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | cputimes_example.txt | 6 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 …]
|
| H A D | procsystime_example.txt | 12 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)
|
| H A D | sh_wasted_example.txt | 16 FILE NAME TIME(us) 20 FILE NAME TIME(us) 37 FILE NAME TIME(us) 41 FILE NAME TIME(us)
|
| H A D | js_flowtime_example.txt | 7 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.
|
| H A D | php_flowtime_example.txt | 7 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.
|
| H A D | rb_flowtime_example.txt | 7 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.
|
| H A D | tcl_procflow_example.txt | 8 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.
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | bench-stringop | 52 TIME=`/usr/bin/time -f "%E" ./a.out 2>&1` 53 echo -n " "$TIME 54 echo $TIME $4 >>/tmp/accum 76 TIME=`/usr/bin/time -f "%E" ./a.out 2>&1` 77 echo -n " "$TIME 78 echo $TIME $4 >>/tmp/accum
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | bench-stringop | 52 TIME=`/usr/bin/time -f "%E" ./a.out 2>&1` 53 echo -n " "$TIME 54 echo $TIME $4 >>/tmp/accum 76 TIME=`/usr/bin/time -f "%E" ./a.out 2>&1` 77 echo -n " "$TIME 78 echo $TIME $4 >>/tmp/accum
|
| /netbsd-src/usr.bin/ipcs/ |
| H A D | ipcs.c | 88 #define TIME 16 macro 196 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; in main() 211 option |= TIME; in main() 310 if (option & TIME) in show_msginfo_hdr() 324 if (option & TIME) { in show_msginfo() 346 if (option & TIME) in show_msginfo() 365 if (option & TIME) in show_shminfo_hdr() 377 if (option & TIME) { in show_shminfo() 399 if (option & TIME) in show_shminfo() 417 if (option & TIME) in show_seminfo_hdr() [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 87 typedef time_t TIME; typedef 358 TIME rcdate; 365 TIME rcdate; 568 TIME starts, ends, sort_time; 635 TIME tstp; /* Time sent to partner. */ 636 TIME tsfp; /* Time sent from partner. */ 637 TIME atsfp; /* Actual time sent from partner. */ 638 TIME cltt; /* Client last transaction time. */ 661 TIME offered_expiry; 1012 TIME after; /* date after which this clause applies */ [all …]
|
| H A D | failover.h | 332 TIME stos; 351 TIME last_balance, sched_balance; 367 TIME last_packet_sent; /* Timestamp on last packet we sent. */ 368 TIME last_timestamp_received; /* The last timestamp we sent that 370 TIME skew; /* The skew between our clock and our partner's. */
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | add_n_sub_n.c | 159 TIME (t,(mpn_add_n(r1p,s1p,s2p,n),mpn_sub_n(r1p,s1p,s2p,n))); in main() 161 TIME (t,mpn_add_n_sub_n(r1p,r2p,s1p,s2p,n)); in main() 163 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,s2p,n)); in main() 165 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,s2p,n)); in main() 167 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,r2p,n)); in main()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | benchmark-ping-udp.c | 29 #define TIME 5000 macro 69 pinger->pongs / (TIME / 1000)); in pinger_close_cb() 106 if (uv_now(loop) - start_time > TIME) { in pinger_read_cb() 154 completed_pingers, completed_pings / (TIME/1000)); in ping_udp()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | cputimes_notes.txt | 58 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)
|
| H A D | ALLflow_notes.txt | 16 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)
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | cputimes_notes.txt | 58 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)
|
| H A D | ALLflow_notes.txt | 16 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)
|