Type (Path Standard C Header / time.h)
clock_t
typedef int clock_t;
The type to store the processor time, needs to be divided by CLOCKS_PER_SEC to get the actual number of seconds
类型 (属于 标准C头文件 / time.h)
clock_t
typedef int clock_t;
存储处理器时间的类型,需要除CLOCKS_PER_SEC获得实际秒数