Struct GTimer
Records a start time, and counts microseconds elapsed since that time.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public struct GTimer
Fields
| Improve this Doc View SourceActive
Is the timer currently active?
Declaration
public int Active
Field Value
Type | Description |
---|---|
System.Int32 |
End
Monotonic end time, in microseconds.
Declaration
public ulong End
Field Value
Type | Description |
---|---|
System.UInt64 |
Start
Monotonic start time, in microseconds.
Declaration
public ulong Start
Field Value
Type | Description |
---|---|
System.UInt64 |