Searched refs:sWriteTotal (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp78 static off_t sWriteTotal = 0; variable
330 sWriteTotal += size;
908 printf("%s written in %s, %s/s\n", size_to_string(sWriteTotal).c_str(),
910 size_to_string(int64(0.5 + sWriteTotal

Completed in 36 milliseconds