cioe dovrei fare una cosa del genere


clock_t x,y,z;
x=clock() /CLOCKS_PER_SEC;
y=clock() /CLOCKS_PER_SEC;
z=x-y;