if (count == 0) {
return 0;
}
return calculator.getTotalBytes() / count;
return calculator.getTotalBytes() / (double)count;
public String getLabel() {