Visual Basic 中学校 掲示板 投稿の管理
タグのない投稿を抽出
統計
RSS
Visual Basic 中学校
投稿一覧
TIMERの正確さについて
この投稿へのリンク
https://keijiban.umayadia.com/ThreadDetail.aspx?ThreadId=9517#CommentId14036
この投稿の削除
削除パスワード
削除する
コメント本文
投稿者
在浩
 (社会人)
投稿日時
2010/1/21 09:44:17
より正確な時間を必要とするアプリケーションの場合
Apiのコンポーネントのうち、Gettickcount関数を参照してください。
getticount関数は、system timerを使用するため、誤差率が1 / 1、000,000に小さくなっています。
* MSDNの抜粋
GetTickCount
The GetTickCount function retrieves the number of milliseconds that have elapsed since the system was started. It is limited to the resolution of the system timer. If you need a higher resolution timer, use amultimedia timer or a high-resolution timer.