CLOCKS_PER_SEC
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <ctime> 中定义
|
||
#define CLOCKS_PER_SEC /*implementation defined*/ |
||
扩展的表达式类型(不一定是一个编译时常量)std::clock_t等于每秒滴答的时钟,返回的
clock()
的数量. 原文:
Expands to an expression (not necessarily a compile-time constant) of type std::clock_t equal to the number of clock ticks per second, as returned by
clock()
. [编辑] 注释
POSIX定义了一百万,无论
CLOCKS_PER_SEC
的实际精度std::clock.原文:
POSIX defines
CLOCKS_PER_SEC
as one million, regardless of the actual precision of std::clock.[编辑] 另请参阅
自启动程序时,返回原始的处理器时钟时间 原文: returns raw processor clock time since the program is started (函数) | |
处理的运行时间 (typedef) | |
C documentation for CLOCKS_PER_SEC
|