gpt4 book ai didi

c - 什么是 CLOCKS_PER_SEC?

转载 作者:太空狗 更新时间:2023-10-29 16:01:17 26 4
gpt4 key购买 nike

在阅读 The C Programming Language 2e 中的一些页面时,我发现了这一点。

clock_t clock(void) : clock returns the processor time used by the program since the beginning of execution, or -1 if unavailable. clock()/CLK_PER_SEC is a time in seconds.

什么是CLK_PER_SEC?它看起来不像是错字。

最佳答案

clock(3) 的联机帮助页似乎提到了 CLOCKS_PER_SEC。 glibc 遵循相同的约定。您引用的文字似乎来自 K&R 第 2 版,现在已经过时了。有可能当时标准库使用CLK_PER_SEC,但现在肯定不是这样。

关于c - 什么是 CLOCKS_PER_SEC?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31909748/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com