I would like to get the runtime in milliseconds of an application, I made the following algorithm.
double writingFS(char* Filepath, char* PenDrivepath, clock_t* thput) {
clock_t t1, t2;
long size = 0;
unsigned char buff[PAGE_SIZE];
FILE* fs_f...
asked by
29.09.2018 / 21:36