1、clock_t clock(void); #include <time.h>
The clock() function returns an approximation of processor time used by the program.
1、clock_t clock(void); #include <time.h>
The clock() function returns an approximation of processor time used by the program.