Struct GTimer
Records a start time, and counts microseconds elapsed since that time.
Inherited Members
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public struct GTimer
Fields
Active
Is the timer currently active?
Declaration
public bool Active
Field Value
Type | Description |
---|---|
bool |
End
Monotonic end time, in microseconds.
Declaration
public ulong End
Field Value
Type | Description |
---|---|
ulong |
Start
Monotonic start time, in microseconds.
Declaration
public ulong Start
Field Value
Type | Description |
---|---|
ulong |