Class PerformanceEntry

java.lang.Object
elemental2.dom.PerformanceEntry
Direct Known Subclasses:
LargestContentfulPaint, LayoutShift, PerformanceEventTiming, PerformanceLongTaskTiming, PerformanceMark, PerformanceMeasure, PerformancePaintTiming, PerformanceResourceTiming, TaskAttributionTiming

@JsType(isNative=true, namespace="<global>") public class PerformanceEntry extends Object
  • Field Details

    • duration

      public double duration
    • entryType

      public String entryType
    • name

      public String name
    • startTime

      public double startTime
  • Constructor Details

    • PerformanceEntry

      public PerformanceEntry()