Searched refs:microseconds (Results 1 – 10 of 10) sorted by relevance
108 have the format seconds.microseconds. If start is not given (i.e., time138 have the format seconds.microseconds. If start is not given (i.e., time177 have the format seconds.microseconds. If start is not given (i.e., time207 have the format seconds.microseconds. If start is not given (i.e., time
74 suffix to specify time in milliseconds or microseconds.80 milliseconds or microseconds.
73 have the format seconds.microseconds. If start is not given (i.e., time
39 us microseconds
207 have the format seconds.microseconds. If start is not given (i.e., time
129 - thresh=<n> - Setup trace duration threshold in microseconds.
1029 microseconds of trace. Alternatives to "us" are "ms" (milliseconds),
936 void acpi_os_stall(u32 microseconds) in acpi_os_stall() argument939 if (microseconds) { in acpi_os_stall()940 usleep(microseconds); in acpi_os_stall()
34 -d|--duration-us <SI-n>: number of microseconds to sample. Overrides -n, no default value.
1302 left -= timedelta(microseconds=left.microseconds)1854 hws = self.hwstart + timedelta(microseconds=stime)1855 hwr = self.hwend - timedelta(microseconds=rtime)