ZenSystemStats class
System-wide statistics and analysis utilities
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
findAllInstancesOfType<
T> () → List< T> - Find all instances of a specific type across all scopes Only searches in active (non-disposed) scopes
-
findScopeContaining(
dynamic instance) → ZenScope? - Find which scope contains a specific instance Returns the first scope found that contains the instance
-
generateSystemReport(
) → String - Generate a comprehensive system report
-
getSystemStats(
) → Map< String, dynamic> - Get detailed statistics about the entire Zen system Useful for monitoring and performance analysis