| /trueos/contrib/ntp/util/ |
| HD | jitter.c | 27 double average; variable 57 average = 0; in main() 61 average += gtod[i]; in main() 76 average = average / (NBUF - 2); in main() 77 fprintf(stderr, "Average %13.9f\n", average); in main()
|
| /trueos/cddl/contrib/dtracetoolkit/Examples/ |
| HD | loads_example.txt | 7 1:30am up 14 day(s), 2:27, 3 users, load average: 3.52, 3.45, 3.05 10 2005 Jun 11 01:30:49, load average: 3.52, 3.45, 3.05 12 Both have returned the same load average, confirming that loads.d is
|
| HD | topsysproc_example.txt | 7 2005 Jun 13 22:25:16, load average: 1.24, 1.23, 1.21 syscalls: 1347 34 2005 Jun 13 22:29:43, load average: 1.19, 1.20, 1.20 syscalls: 15909
|
| HD | topsyscall_example.txt | 7 2005 Jun 13 22:13:21, load average: 1.24, 1.24, 1.22 syscalls: 1287 42 2005 Jun 13 22:15:35, load average: 1.21, 1.22, 1.22 syscalls: 10189
|
| HD | iopattern_example.txt | 21 average event size. 41 were mostly random. We can also see that the average event size is small -
|
| HD | cswstat_example.txt | 20 In the above output, the average context switch time is 8 microseconds.
|
| HD | shortlived_example.txt | 34 10:58pm up 5 day(s), 1:28, 1 user, load average: 2.20, 1.81, 1.04
|
| HD | shellsnoop_example.txt | 41 4744 4724 uptime W 11:10pm up 4 day(s), 11:15, 4 users, load average: 0.05, 0.02, 0.02
|
| HD | weblatency_example.txt | 58 From the average time you would guess that I was running this from
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | lh_stats.pod | 36 the average number of data items per 'bucket' in the hash table. The 37 'actual load' is the average number of items per 'bucket', but only 39 average number of searches that will need to find an item in the hash 40 table, while the 'load' is the average number that will be done to
|
| /trueos/usr.bin/gprof/ |
| HD | gprof.flat | 19 self the average number of milliseconds spent in this 23 total the average number of milliseconds spent in this
|
| /trueos/cddl/contrib/dtracetoolkit/Notes/ |
| HD | ALLelapsed_notes.txt | 24 time and take the average (or run your workload several times and let 25 DTrace take the average).
|
| /trueos/contrib/tcsh/nls/C/ |
| HD | set5 | 4 1 Load average unavailable\n
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | 8540.md | 118 ;; Divide. We use the average latency time here. We omit reserving a 120 ;; reservation of miu_stage3 here because we use the average latency 223 ;; Vector divides: Use the average. We omit reserving a retire unit 225 ;; of miu_stage3 here because we use the average latency time.
|
| HD | mpc.md | 65 ; Divide latency varies greatly from 2-11, use 6 as average
|
| /trueos/sys/dev/usb/controller/ |
| HD | ohci.c | 130 uint32_t average; member 1256 uint32_t average; in ohci_setup_standard_chain_sub() local 1290 average = 0; in ohci_setup_standard_chain_sub() 1294 average = temp->average; in ohci_setup_standard_chain_sub() 1296 if (temp->len < average) { in ohci_setup_standard_chain_sub() 1300 average = temp->len; in ohci_setup_standard_chain_sub() 1318 temp->len -= average; in ohci_setup_standard_chain_sub() 1328 if (average == 0) { in ohci_setup_standard_chain_sub() 1341 buf_offset += (average - 1); in ohci_setup_standard_chain_sub() 1347 td->len = average; in ohci_setup_standard_chain_sub() [all …]
|
| HD | uhci.c | 144 uint32_t average; member 1529 uint32_t average; in uhci_setup_standard_chain_sub() local 1552 temp->td_token |= htole32(UHCI_TD_SET_MAXLEN(temp->average)); in uhci_setup_standard_chain_sub() 1568 average = 0; in uhci_setup_standard_chain_sub() 1572 average = temp->average; in uhci_setup_standard_chain_sub() 1574 if (temp->len < average) { in uhci_setup_standard_chain_sub() 1578 average = temp->len; in uhci_setup_standard_chain_sub() 1596 temp->len -= average; in uhci_setup_standard_chain_sub() 1609 if (average == 0) { in uhci_setup_standard_chain_sub() 1619 temp->len -= average; in uhci_setup_standard_chain_sub() [all …]
|
| HD | xhci.c | 130 uint32_t average; member 1705 uint32_t average; in xhci_setup_generic_chain_sub() local 1735 average = 0; in xhci_setup_generic_chain_sub() 1739 average = temp->average; in xhci_setup_generic_chain_sub() 1741 if (temp->len < average) { in xhci_setup_generic_chain_sub() 1745 average = temp->len; in xhci_setup_generic_chain_sub() 1763 temp->len -= average; in xhci_setup_generic_chain_sub() 1769 td->len = average; in xhci_setup_generic_chain_sub() 1775 temp->len -= average; in xhci_setup_generic_chain_sub() 1784 if (average > 8) in xhci_setup_generic_chain_sub() [all …]
|
| HD | ehci.c | 142 uint32_t average; member 1584 uint32_t average; in ehci_setup_standard_chain_sub() local 1614 average = 0; in ehci_setup_standard_chain_sub() 1618 average = temp->average; in ehci_setup_standard_chain_sub() 1620 if (temp->len < average) { in ehci_setup_standard_chain_sub() 1624 average = temp->len; in ehci_setup_standard_chain_sub() 1642 temp->len -= average; in ehci_setup_standard_chain_sub() 1651 EHCI_QTD_SET_BYTES(average)); in ehci_setup_standard_chain_sub() 1653 if (average == 0) { in ehci_setup_standard_chain_sub() 1683 if (((average + temp->max_frame_size - 1) / in ehci_setup_standard_chain_sub() [all …]
|
| /trueos/contrib/tcpdump/ |
| HD | README | 178 since the average packet size was 512 bytes). It took 179 536 packets to transfer the data (i.e., on the average 186 2 seconds on the average). It was acked once, 140ms
|
| /trueos/contrib/gcc/ |
| HD | params.def | 244 "max-average-unrolled-insns", 245 "The maximum number of instructions to consider to unroll in a loop on average", 317 "sms-loop-average-count-threshold", 318 "A threshold on the average loop count considered by the swing modulo scheduler", 331 are predicted to iterate relatively few (10) times at average.
|
| /trueos/contrib/ntp/scripts/stats/ |
| HD | README.stats | 108 -89.0 average time interval (ns) 112 +1.592E-11 average deltaf/f
|
| /trueos/contrib/sendmail/contrib/ |
| HD | expn.pl | 370 $avgValid = &average(@isValid); 886 sub average subroutine
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | vorbis | 11 # out with `##' as it's not interesting to the average user. The most
|
| /trueos/lib/libz/doc/ |
| HD | algorithm.txt | 86 those cases, the table ended up one bit longer than the ``average'' code 185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
|