PerformanceSummary class

Quick performance summary for monitoring dashboards

Constructors

PerformanceSummary({required double hitRate, required Duration averageFetchTime, required int memoryUsage, required int activeQueries, required int totalQueries, required bool isHealthy})
const

Properties

activeQueries int
final
averageFetchTime Duration
final
hashCode int
The hash code for this object.
no setterinherited
hitRate double
final
hitRatePercentage double
Hit rate as percentage
no setter
isHealthy bool
final
memoryUsage int
final
memoryUsageMB double
Memory usage in MB
no setter
queryUtilization double
Query utilization (active vs total)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalQueries int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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