efficiencyScore property

double get efficiencyScore

Memory efficiency score (0.0 to 1.0)

Implementation

double get efficiencyScore => totalReuses / (totalAllocations + totalReuses);