Array
3DMARK
Рубрики: Тесты и тестовые пакеты
Метки: Array
Дата: 10/04/2013 14:29:11
Подписаться на комментарии по RSS
Метки: Array
Дата: 10/04/2013 14:29:11
Подписаться на комментарии по RSS
https://www.modlabs.net/page/ugolok-benchera
wPrime
Рубрики: Тесты и тестовые пакеты
Метки: Array
Дата: 15/09/2010 19:24:08
Подписаться на комментарии по RSS
Метки: Array
Дата: 15/09/2010 19:24:08
Подписаться на комментарии по RSS
wPrime is a leading multithreaded benchmark for x86 processors that tests your processor performance by calculating square roots with a recursive call of Newton's method for estimating functions, with f(x)=x2-k, where k is the number we're sqrting, until Sgn(f(x)/f'(x)) does not equal that of the previous iteration, starting with an estimation of k/2. It then uses an iterative calling of the estimation method a set amount of times to increase the accuracy of the results. It then confirms that n(k)2=k to ensure the calculation was correct. It repeats this for all numbers from 1 to the requested maximum.