Exposes measures created via the Performance.measure() method.

The constructor of this class is not exposed to users directly.

See also:

Variables

read onlydetail:Dynamic

Additional detail specified when creating with Performance.measure() method.

Inherited Variables

Defined by PerformanceEntry

read onlyduration:Float

The total number of milliseconds elapsed for this entry. This value will not be meaningful for all Performance Entry types.

read onlyentryType:PerformanceEntryType

The type of the performance entry.

read onlyname:String

The name of the performance entry.

read onlystartTime:Float

The high resolution millisecond timestamp marking the starting time of the Performance Entry.

Inherited Methods

Defined by PerformanceEntry

toJSON():Dynamic

Returns a JSON representation of the PerformanceEntry object.