unixtime

Undocumented in source.

Members

Aliases

UnixTime
alias UnixTime = SystemClock!false
Undocumented in source.
UnixTimeHiRes
alias UnixTimeHiRes = SystemClock!true
Undocumented in source.
clockid_t
alias clockid_t = int
Undocumented in source.

Enums

ClockType
enum ClockType
Undocumented in source.

Functions

clock_get_uptime
void clock_get_uptime(ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mach_absolute_time
ulong mach_absolute_time()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mach_timebase_info
int mach_timebase_info(mach_timebase_info_data_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

darwinTimeInit
ulong darwinTimeInit;
Undocumented in source.
darwinTimebaseInfo
mach_timebase_info_data_t darwinTimebaseInfo;
Undocumented in source.
darwinTimespecInit
timespec darwinTimespecInit;
Undocumented in source.

Structs

SystemClock
struct SystemClock(bool HiRes)
Undocumented in source.
mach_timebase_info_data_t
struct mach_timebase_info_data_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

CLOCK_MONOTONIC
clockid_t CLOCK_MONOTONIC;
Undocumented in source.
CLOCK_REALTIME
clockid_t CLOCK_REALTIME;
Undocumented in source.
CLOCK_SECOND
clockid_t CLOCK_SECOND;
Undocumented in source.

Meta