ithoxd-qrcode ~master (2016-07-06T03:15:32Z)
Dub
Repo
Timer
dmagick
c
timer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
Timer {
double
start
;
double
stop
;
double
total
;
}
Members
Variables
start
double
start
;
stop
double
stop
;
total
double
total
;
Undocumented in source.
Meta
Source
See Implementation
dmagick
c
timer
enums
TimerState
functions
AcquireTimerInfo
ContinueTimer
DestroyTimerInfo
GetElapsedTime
GetTimerInfo
GetUserTime
ResetTimer
StartTimer
structs
Timer
TimerInfo