Show / Hide Table of Contents

Struct GTimer

Records a start time, and counts microseconds elapsed since that time.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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
In this article
Back to top Generated by DocFX