public class Performance extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<PerformanceNavigation> |
navigation |
Objs.Property<PerformanceTiming> |
timing |
Modifier | Constructor and Description |
---|---|
protected |
Performance(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Performance |
$as(Object obj) |
void |
clearMarks() |
void |
clearMarks(String markName) |
void |
clearMeasures() |
void |
clearMeasures(String measureName) |
void |
clearResourceTimings() |
Object |
getEntries() |
Object |
getEntriesByName(String name) |
Object |
getEntriesByName(String name,
String entryType) |
Object |
getEntriesByType(String entryType) |
Object |
getMarks() |
Object |
getMarks(String markName) |
Object |
getMeasures() |
Object |
getMeasures(String measureName) |
void |
mark(String markName) |
void |
measure(String measureName) |
void |
measure(String measureName,
String startMarkName) |
void |
measure(String measureName,
String startMarkName,
String endMarkName) |
PerformanceNavigation |
navigation() |
double |
now() |
void |
setResourceTimingBufferSize(double maxSize) |
PerformanceTiming |
timing() |
Object |
toJSON() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<PerformanceNavigation> navigation
public Objs.Property<PerformanceTiming> timing
protected Performance(Objs.Constructor<?> c, Object js)
public static Performance $as(Object obj)
public PerformanceNavigation navigation()
public PerformanceTiming timing()
public void clearMarks(String markName)
public void clearMarks()
public void clearMeasures(String measureName)
public void clearMeasures()
public void clearResourceTimings()
public Object getEntries()
public Object getMarks()
public Object getMeasures()
public void mark(String markName)
public void measure(String measureName)
public double now()
public void setResourceTimingBufferSize(double maxSize)
public Object toJSON()
Copyright © 2018. All rights reserved.