Re: High precision timer.
I found a class shipped with VS.NET sdk examples that claims it has the best timer resolution but I can't remember specifically what was it .You might need to look at it.
Re: High precision timer.
Well, I am sitting in Linux these days. So I guess I will have problems with finding that one. At least this week. But if anyone else have seen it or remember what class or what ever it uses, I will be pretty interested in it.
- ØØ -
Re: High precision timer.
Ohhh yeah...it is using the Querry performance API. That is not .NET, and will no way be cross platformed. I have all ready wrapped up (or rather ported my C++ timer)QuerryPerformanceFrec/Counter into a class. But that is not going to cut it for cross platform development. Only Win.
- ØØ -
Re: High precision timer.
I didn't think that through . :bigyello:
Re: High precision timer.
Ummm..sorry...is that an expression? I didn't get it. Sorry. Can you repeat it with other words..:)
Re: High precision timer.
lol , wrong word in a wrong window (fixed) .I was typing in different windows .
.
.
Re: High precision timer.
Ohh..:D..I thought my English was getting even worse then it used to...:)
Well I guess I have to keep on searching, or at least get the code tested on Windows, so I can see if it is only Linux it performs that good.
- ØØ -