} | } | ||||
void reportSpeed(unsigned int numFiles, unsigned long blockCount, | |||||
unsigned long usecTotal, unsigned long usecMax) | |||||
void reportSpeed(unsigned int numFiles, unsigned long blockCount, unsigned long usecTotal, unsigned long usecMax) | |||||
{ | { | ||||
float bytesPerSecond = (float)(blockCount * 512 * numFiles) / usecTotal; | float bytesPerSecond = (float)(blockCount * 512 * numFiles) / usecTotal; | ||||
Serial.print(" Overall speed = "); | Serial.print(" Overall speed = "); |