std::clock_t
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <ctime> 中定义
|
||
typedef /* unspecified */ clock_t; |
||
能够代表实现定义的范围和精度的过程的运行时间的算术类型.
原文:
Arithmetic type capable of representing the process running time of implementation-defined range and precision.
[编辑] 另请参阅
自启动程序时,返回原始的处理器时钟时间 原文: returns raw processor clock time since the program is started (函数) | |
处理器的时钟每秒滴答数 原文: number of processor clock ticks per second (常量宏) | |
C documentation for clock_t
|