efficiencyScore property
double
get
efficiencyScore
Memory efficiency score (0.0 to 1.0)
Implementation
double get efficiencyScore => totalReuses / (totalAllocations + totalReuses);
Memory efficiency score (0.0 to 1.0)
double get efficiencyScore => totalReuses / (totalAllocations + totalReuses);