| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | rb_cpudist_example.txt | 186 microseconds and 7 microseconds, and once instance of being on-CPU between 8 187 microseconds and 15 microseconds. 192 of being on-CPU between 32 microseconds and 63 microseconds, and one instance 193 of being on-CPU between 64 microseconds and 127 microseconds.
|
| D | js_calldist_example.txt | 99 five new Date objects, and each event took between 8 microseconds and 15 100 microseconds. 104 can see in this example that func_a took between 16384 microseconds and 32767 105 microseconds. 108 microseconds and 131071 microseconds, including the time spent in any
|
| D | php_cpudist_example.txt | 67 between 16 and 31 microseconds on CPU. This time excludes the time spent in 71 microseconds and 63 microseconds on CPU; sleep ran three times and each time 72 took between 16 and 31 microseconds on CPU; func_b() took between 64 and 127 73 microseconds on CPU; and func_a() took between 128 and 255 microseconds on
|
| D | php_cputime_example.txt | 37 microseconds on-CPU, func_b() spent 25 microseconds on-CPU, and func_c() spent 38 17 microseconds on-CPU. This exclusive times excludes time spent in other 42 microseconds on-CPU, func_b() spent around 87 microseconds on-CPU and 43 func_a() spent around 210 microseconds. This inclusive time includes the time
|
| D | lockbydist_example.txt | 27 65 to 131 microseconds, and 9 times from 32 to 65 microseconds. sched, 29 blocked once, which was at least 262 microseconds. 110 mysqld can be seen to have many short blocks: 22 from 32 -> 65 microseconds,
|
| D | js_cpudist_example.txt | 103 microseconds and 32767 microseconds. 108 on-CPU between 65536 microseconds and 131071 microseconds.
|
| D | rb_calldist_example.txt | 142 between 16 microseconds and 31 microseconds. 145 functions took between 256 and 511 microseconds. This time excludes the time
|
| D | rb_objcpu_example.txt | 49 which took 2 to 3 microseconds, and the last of which took between 8 and 15 50 microseconds.
|
| D | php_calltime_example.txt | 38 Section 2 - These elapsed times shows us how many microseconds the program 41 us the total time in microseconds.
|
| D | js_objcpu_example.txt | 22 that spent between 8 microseconds and 15 microseconds on-CPU each.
|
| D | pl_cpudist_example.txt | 468 and 31 microseconds on-CPU, once between 32 and 63 microseconds, and once 469 between 64 and 127 microseconds.
|
| D | rb_calltime_example.txt | 64 microseconds the program spends in each function. This does not include the 66 line gives us the total time in microseconds.
|
| D | cswstat_example.txt | 20 In the above output, the average context switch time is 8 microseconds.
|
| D | lockbyproc_example.txt | 13 a total of 220 microseconds waiting for an adaptive mutex lock.
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | TimeValue.h | 208 uint32_t microseconds() const { in microseconds() function 303 void microseconds ( int32_t micros ) { in microseconds() function 316 void usec( int64_t microseconds ) { in usec() argument 317 this->seconds_ = microseconds / MICROSECONDS_PER_SECOND; in usec() 318 this->nanos_ = NanoSecondsType(microseconds % MICROSECONDS_PER_SECOND) * in usec()
|
| /freebsd-9-stable/sys/dev/nvme/ |
| D | nvme_ctrlr_cmd.c | 228 uint32_t microseconds, uint32_t threshold, nvme_cb_fn_t cb_fn, void *cb_arg) in nvme_ctrlr_cmd_set_interrupt_coalescing() argument 232 if ((microseconds/100) >= 0x100) { in nvme_ctrlr_cmd_set_interrupt_coalescing() 234 microseconds); in nvme_ctrlr_cmd_set_interrupt_coalescing() 235 microseconds = 0; in nvme_ctrlr_cmd_set_interrupt_coalescing() 243 microseconds = 0; in nvme_ctrlr_cmd_set_interrupt_coalescing() 246 cdw11 = ((microseconds/100) << 8) | threshold; in nvme_ctrlr_cmd_set_interrupt_coalescing()
|
| /freebsd-9-stable/contrib/ntp/lib/isc/win32/ |
| D | condition.c | 243 isc_uint64_t microseconds; in isc_condition_waituntil() local 251 microseconds = isc_time_microdiff(t, &now); in isc_condition_waituntil() 252 if (microseconds > 0xFFFFFFFFi64 * 1000) in isc_condition_waituntil() 255 milliseconds = (DWORD)(microseconds / 1000); in isc_condition_waituntil()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/ |
| D | osunixxf.c | 863 UINT32 microseconds) in AcpiOsStall() argument 866 if (microseconds) in AcpiOsStall() 868 usleep (microseconds); in AcpiOsStall()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | Timer.cpp | 141 Result.WallTime = now.seconds() + now.microseconds() / 1000000.0; in getCurrentTime() 142 Result.UserTime = user.seconds() + user.microseconds() / 1000000.0; in getCurrentTime() 143 Result.SystemTime = sys.seconds() + sys.microseconds() / 1000000.0; in getCurrentTime()
|
| /freebsd-9-stable/sys/dev/hptrr/ |
| D | osm.h | 144 void *os_add_timer(void *osext, HPT_U32 microseconds, void (*proc)(void *), void *arg); 163 void os_stallexec(HPT_U32 microseconds);
|
| D | hptrr_os_bsd.c | 207 void os_stallexec(HPT_U32 microseconds) in os_stallexec() argument 209 DELAY(microseconds); in os_stallexec()
|
| /freebsd-9-stable/sys/dev/hptnr/ |
| D | osm.h | 174 void *os_add_timer(void *osext, HPT_U32 microseconds, void (*proc)(void *), void *arg); 193 void os_stallexec(HPT_U32 microseconds);
|
| D | hptnr_os_bsd.c | 236 void os_stallexec(HPT_U32 microseconds) in os_stallexec() argument 238 DELAY(microseconds); in os_stallexec()
|
| /freebsd-9-stable/sys/dev/hpt27xx/ |
| D | osm.h | 178 void *os_add_timer(void *osext, HPT_U32 microseconds, void (*proc)(void *), void *arg); 197 void os_stallexec(HPT_U32 microseconds);
|
| /freebsd-9-stable/contrib/libc++/src/ |
| D | chrono.cpp | 34 return time_point(seconds(tv.tv_sec) + microseconds(tv.tv_usec)); in now()
|