Changes

Jump to: navigation, search

SPO600 Framework Project

32 bytes added, 13:20, 23 October 2015
API Specifications
<package name - file name of the archive>
#<permutation number, starting with 1>|<compiler options> // # symbol delimits a complete result set
<build exit code>|<build wall clock time>|<build CPU + system time in seconds>|<binary size in bytes> // from build step
<test exit code> // from test step
$<benchmark run number, start with 1>|<benchmark speed performance score>|<benchmark memory score> // from benchmark step, both are integers >= 0, higher is better
apache2.2.31.tgz // package name
#1|-fbuiltin -falign-loops -fforward-propagade -fipa-cp // options
0|30|90|1024 // build
0 // test
$1|1334|4532 // benchmark run 1
$4|1543|4565
#2|-O3 // permutation 2
0|20|60|2048 // etc.
0
$1|13434|45532

Navigation menu