EStatistics

Statistics / Diagnostics data, as returned by method ERoot.analyze.

Properties:
Name Type Description
bindings

Element-to-controller binding status.

Properties
Name Type Description
locals number

Number of pending child-binding requests, from EController.bind.

callbacks number

Number of pending recipients awaiting a notification when the requested binding is finished.

waiting boolean

Binding engine has triggered a timer for the next asynchronous update, and is now waiting for it.

global boolean

A global asynchronous request is being processed.

controllers

Details about controllers.

Properties
Name Type Description
global Object.<CtrlName, Array.<EController>>

All global live controllers, visible to search methods ERoot.find and ERoot.findOne.

local Object.<CtrlName, Array.<EController>>

All local live controllers (created via EController.extend with local = true), and thus not visible to search methods ERoot.find and ERoot.findOne.

registered Array.<JSName>

Names of all registered controllers.

total number

Total number of all live controllers.

elements Array.<ControlledElement>

List of all controlled elements currently in the DOM.

modules Object.<JSName, {}>

All registered and initialized modules.

services Object.<JSName, {}>

All registered and initialized services.

Source: