Show / Hide Table of Contents

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 Source

Active

Is the timer currently active?

Declaration
public int Active
Field Value
Type Description
System.Int32
| Improve this Doc View Source

End

Monotonic end time, in microseconds.

Declaration
public ulong End
Field Value
Type Description
System.UInt64
| Improve this Doc View Source

Start

Monotonic start time, in microseconds.

Declaration
public ulong Start
Field Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
Back to top Generated by DocFX