![]() |
|
QA: How can I measure time in milliseconds?
By Vassili Philippov, July 19, 2001.
QuestionHow can I measure time in milliseconds? It seems like CTime supports only seconds. AnswerUnfortunally there is no good solution for that. All functions that could help are described as OEM depended. It means that on some devices they could work wrong. One of the most simple way to measure time that works on most devices is GetTickCount function that returns number of milliseconds that have elapsed since Windows CE was started. Source codeHere is a sample code that measures time of some action Related resources:DiscussDiscuss this article. Here you can write your comments and read comments of other developers. |
|||||||||||||||||||||