Variable (Path Standard C Header /
time.h
)
CLOCKS_PER_SEC
int
CLOCKS_PER_SEC
;
Theoretically refers to the number of clocks in one second of the CPU, which is now used in the clock function to calculate the real number of seconds
变量 (属于 标准C头文件 /
time.h
)
CLOCKS_PER_SEC
int
CLOCKS_PER_SEC
;
理论上指的CPU一秒内时钟数,现用于clock函数计算真实秒数