Thread: AvsTimer
View Single Post
Old 7th July 2003, 17:41   #20  |  Link
Kurosu
Registered User
 
Join Date: Sep 2002
Location: France
Posts: 432
[edit]Page updated[/edit]

Compared to the examples' page, here are the additions:
- varname option sets (it must exist prior to stoptimer call, as I've described it in the env->SetVar() thread) the variable to which the last execution time will be written (so that you can play around with it, and make your own calculation)
- the standard deviation is also computed, but I think it's off by one digit (ie 20.5 -> 2.05)

I don't remember if it uses a performance timer or threads, as I didn't really like the results with thread, and I hadn't any time to check for accuracy under load and several other filters running.

In the end, I believe AVSTimer provides the most precise benchmarking, while Kronos allows an easy-to-handle and quick mean for comparison.

Last edited by Kurosu; 7th July 2003 at 19:00.
Kurosu is offline   Reply With Quote