Main > Programming > Libraries >

Data::BenchmarkResults 0.01

Data::BenchmarkResults 0.01

Sponsored Links

Data::BenchmarkResults 0.01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.009 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 800
Date added: 2007-08-16
Publisher: Jason Titus

Data::BenchmarkResults 0.01 description

Data::BenchmarkResults is a Perl extension for averaging and comparing multiple benchmark runs.

SYNOPSIS

use Data::BenchmarkResults;
$conditionA_results = new Data::BenchmarkResults;
$conditionB_results = new Data::BenchmarkResults;

#Load test result runs for the first condition
$conditionA_results->add_result_set("test1","run1",@data1);
$conditionA_results->add_result_set("test2","run1",@data2);
$conditionA_results->add_result_set("test1","run2",@data3);
$conditionA_results->add_result_set("test2","run2",@data4);

#Load test result runs for the second condition
$conditionB_results->add_result_set("test1","run1",@data5);
$conditionB_results->add_result_set("test2","run2",@data6);
$conditionB_results->add_result_set("test1","run1",@data7);
$conditionB_results->add_result_set("test2","run2",@data8);

#Average (mean average) the results of all the the runs of test1
# w/o tossing the highest and lowest values (replace the 0 with 1to
# toss the highest and lowest values

my $computed = $conditionA_results->process_result_set("test1","mean",0);
my $computed2 = $conditionB_results->process_result_set("test1","mean",0);

#OR process all of the tests at once (tossing the highest and lowest value) :

$conditionA_results->process_all_result_sets("mean",1);
$conditionB_results->process_all_result_sets("mean",1);


#Print out all of the processed test results
print "Condition A results.... nn"
$conditionA_results->print_calculated_sets;
print "Condition B results.... nn"
$conditionB_results->print_calculated_sets;


#Compare results of test1 of condition B against those with condition A
# as a percentage change from A to B

my $compared = $conditionB_results->compare_result_set($conditionA_results,"test1");

#OR compare all the processed test results from one condition to those of another
my $total_comparison = $conditionB_results->compare_all_result_sets($conditionA_results);

Data::BenchmarkResults 0.01 Screenshot

Advertisements

Data::BenchmarkResults 0.01 Keywords

Bookmark Data::BenchmarkResults 0.01

Hyperlink code:
Link for forum:

Data::BenchmarkResults 0.01 Copyright

WareSeeker periodically updates pricing and software information of Data::BenchmarkResults 0.01 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Data::BenchmarkResults 0.01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Data::ENAML is a Perl extension for ENAML data representation. Free Download
PacketDB projects goal is to create a set of workflows that treat tcpdumps/packet captures. Free Download
Acme::RTB is a Perl extension for building realtimebattle bots. Free Download
Compress::LZW is a pure perl implementation of LZW. Free Download
Amarok XM Tuner is a script that allows playing of xmonline channels through Amarok. Free Download
bwstats will report on how much data has been received and transmitted over each live interface since the system was booted up. Free Download
Statistics::Hartigan is a Perl extension for the stopping rule proposed by Hartigan J. Hartigan, J. (1975). Free Download
Test::Struct is a Perl extension for testing for structural equivelence. Free Download