最終更新:2015-08-10 (月) 22:12:06 (3549d)
時間計測
Top / 時間計測
Win32 API
QueryPerformanceCounter 高分解能パフォーマンスカウンタの現在値を取得 GetTickCount Windows起動からの経過時間をミリ秒単位で返す。精度は数十ミリ秒程度。 timeGetTime デフォルトは5ms。timeBeginPeriodを使うと1msを指定できる GetSystemTime? 表現精度は 1ms まで。実精度は 10ms 程度 GetSystemTimeAsFileTime 表現精度は 100ns まで。実精度は 10ms 程度 GetThreadTimes?