Download of SPL-Tools-Eclipse-Plugin-Update-Site-0.2.1.b20121220_01.zip (SPL-Tools-Eclipse-Plugin-Update-Site-0.2.1.b20121220_01.zip ( external link: SF.net): 20,481,491 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
20,481,491 字节
MD5
6db2e3202c5f31a4c5554fded069060d

项目描述

Stochastic Performance Logic (SPL) serves for capturing performance assumptions.

With SPL, it is possible to annotate Java functions with assumptions stating, for example, that the annotated function is at most three times slower than array copying. The assumption is then checked at build time in a similar way as standard unit testing. In other words, SPL is about introducing performance assert().

The advantage of SPL in comparison with other similar solutions includes following. SPL formulas uses well-defined logic and statistically sound testing (such as t-test). Next, SPL is aimed at automatic evaluation. And finally, SPL formulas uses relative comparisons (opposed to comparing against fixed time) to provide better portability.