This class is an extension by Node.js. It is not available in Web browsers.

Provides detailed Node.js timing data.

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

See also:

Variables

read onlydetail:Dynamic

Additional detail specific to the entryType.

read onlyflags:Int

Deprecated: "Use detail instead"

Stability: 0 - Deprecated: Use detail instead.

When entryType is equal to 'gc', contains additional information about garbage collection operation.

read onlykind:Int

Deprecated: "Use detail instead"

Stability: 0 - Deprecated: Use detail instead.

When entryType is equal to 'gc', identifies the type of garbage collection operation that occurred.

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.