Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰もが知っている、1秒あたりの時計の実際の値を取得する方法は?clock()fromtime.hはプロセスの開始からクロックを返すため、で割る必要がありますCLOCKS_PER_SECが、この定数の値は常にです1000000。
clock()
time.h
CLOCKS_PER_SEC
1000000
このためのPOSIX標準はありますか?
それがC仕様で指定された方法です。
経過時間を測定したい場合はgettimeofday、たとえば、他の(そしてより良い)関数があります。
gettimeofday