EngineMonitor class
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