A | |
available [Mtime] | available is true iff monotonic wall-clock time is available.
|
C | |
count [Mtime] | count c is is the wall-clock time span elapsed since
c was created.
|
counter [Mtime] | counter () is a counter counting time from now on.
|
D | |
day_to_s [Mtime] | day_to_s is 86_400. , the number of seconds in one SI-accepted day.
|
E | |
elapsed [Mtime] | elapsed () is the wall-clock time span elapsed since the
beginning of the program.
|
H | |
hour_to_s [Mtime] | hour_to_s is 3600. , the number of seconds in one SI-accepted hour.
|
M | |
min_to_s [Mtime] | min_to_s is 60. , the number of seconds in one SI-accepted minute.
|
ms_to_s [Mtime] | ms_to_s is 1e-3 , the number of seconds in one millisecond.
|
N | |
ns_to_s [Mtime] | ns_to_s is 1e-9 the number of seconds in one nanosecond.
|
P | |
pp_span [Mtime] | pp_span ppf span prints an unspecified representation of
span on ppf .
|
pp_span_s [Mtime] | pp_span_s prints like Mtime.pp_span does but on a seconds floating
point time span value (which can be negative).
|
S | |
s_to_day [Mtime] | s_to_day is 1. /. 86400. , the number of SI-accepted days in
one second.
|
s_to_hour [Mtime] | s_to_hour is 1. /. 3600. , the number of SI-accepted hours in
one second.
|
s_to_min [Mtime] | s_to_min is 1. /. 60. , the number of SI-accepted minutes in
one second.
|
s_to_ms [Mtime] | s_to_ms is 1e3 , the number of milliseconds in one second.
|
s_to_ns [Mtime] | s_to_ns is 1e9 the number of nanoseconds in one second.
|
s_to_us [Mtime] | s_to_us is 1e6 , the number of microseconds in one second.
|
s_to_year [Mtime] | s_to_year is 1. /. 31_557_600. , the number of Julian years
in one second.
|
T | |
to_day [Mtime] | to_day span is span in SI-accepted days (24 hours, 86400s).
|
to_hour [Mtime] | to_hour span is span in SI-accepted hours (3600s).
|
to_min [Mtime] | to_min span is span in SI-accepted minutes (60s).
|
to_ms [Mtime] | to_ns span is span in milliseconds (1e-6s).
|
to_ns [Mtime] | to_ns span is span in nanoseconds (1e-9s).
|
to_ns_uint64 [Mtime] | to_ns_uint64 is span in nanoseconds as an unsigned 64-bit
integer.
|
to_s [Mtime] | to_s span is span is seconds.
|
to_us [Mtime] | to_us span is span in microseconds (1e-3s).
|
to_year [Mtime] | to_year span is span in Julian years (365.25 days, 31'557'600s).
|
U | |
us_to_s [Mtime] | us_to_s is 1e-6 , the number of seconds in one microsecond.
|
Y | |
year_to_s [Mtime] | year_to_s is 31_557_600. , the number of seconds in a Julian year.
|