[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

USL for Delphi and FreePascal version 1.1

Ramine

3/26/2016 9:37:00 PM

Hello,

USL for Delphi and FreePascal version 1.1

I have updated USL for Delphi and FreePascal to version 1.1,
now you can pass a second parameter that is a number to predict
its scalability, for example by typing at the command prompt this:

usl data.csv 20

Here it will predict the scalability of 20 cores.

Here is the output:

Peak number is: 449.188
Predicted scalability peak is: 18.434
Predicted scalability for number 20.00 is: 10.245
Coefficient of determination R-squared is: 0.995

Here in the output, the peak number is the peak number of cores
(look inside the csv file) that will give the Predicted scalability peak
that is: 18.434X

and Predicted scalability for number 20.00(that means 20 cores) is: 10.245X

You can download the new version 1.1 from:

https://sites.google.com/site/aminer68/universal-scalability-law-for-delphi-and-...


Thank you,
Amine Moulay Ramdane.