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
Additional detail specific to the entryType.
Deprecated: "Use detail instead"
Stability: 0 - Deprecated: Use detail instead.
When entryType is equal to 'gc', contains additional information about
garbage collection operation.
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
The total number of milliseconds elapsed for this entry.
This value will not be meaningful for all Performance Entry types.
The type of the performance entry.
The name of the performance entry.
The high resolution millisecond timestamp marking the starting time of the Performance Entry.
Inherited Methods