@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PerformanceEntry")
public class PerformanceEntry
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
PerformanceEntry() |
| Modifier and Type | Method and Description |
|---|---|
double |
duration()
The duration property returns a timestamp that is the duration of the performance entry.
|
java.lang.String |
entryType()
The entryType property returns a DOMString representing the type of performance metric such as, for example, "mark".
|
java.lang.String |
name()
The name property of the PerformanceEntry interface returns a value that further specifies the value returned by the PerformanceEntry.entryType property.
|
double |
startTime()
The startTime property returns the first recorded timestamp of the performance entry.
|
JsObject |
toJSON()
The toJSON() method is a serializer; it returns a JSON representation of the performance entry object.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="duration") public double duration()
@JsProperty(name="entryType") @Nonnull public java.lang.String entryType()
@JsProperty(name="name") @Nonnull public java.lang.String name()
@JsProperty(name="startTime") public double startTime()
@Nonnull public JsObject toJSON()