EngineMonitor class

Constructors

EngineMonitor()

Properties

enableBuildTime bool
getter/setter pair
enableCreateElementTime bool
getter/setter pair
enablePerformance bool
getter/setter pair
hasAddPostFrameCall bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jsParams VoltronMap
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

endBatch() → void
initLoadParams(VoltronMap params) → void
needReportBridgeANR() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performanceCallback(PerformanceData data, int reportCount) → void
postFrameCallback() → void
reportBridgeANR(String message) → void
reportEngineLoadResult(int code, int loadTime, List<EngineMonitorEvent> loadEvents, Error? e) → void
reportEngineLoadStart() → void
reportModuleLoadComplete(RootWidgetViewModel rootView, int loadTime, List<EngineMonitorEvent> loadEvents) → void
setBuildTime(String key, String widgetName, int costTime) → void
setCreateNodeInfo(int count, Map<String, int> info) → void
setDeleteNodeInfo(int count, Map<String, int> info) → void
setElementTime(String key, int costTime) → void
setUpdateNodeInfo(int count, Map<String, int> info) → void
startBatch() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited