[Compbench-web-devel] compbenchmarks-web/cgi-bin doc.cgi, 1.27, 1.28
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-28 17:18:44
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13896 Modified Files: doc.cgi Log Message: s/compbenchmarks-config/compbenchmarks-ui-perl/g Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** doc.cgi 1 Oct 2006 19:21:59 -0000 1.27 --- doc.cgi 28 Nov 2006 17:18:39 -0000 1.28 *************** *** 118,122 **** print "<h2>Presentation</h2> <p> ! A simple benchmarks' suite has been developed to integrate some of the <a href='/cgi-bin/doc.cgi?tab=benchs'>well-known benchmarks and applications</a>, providing a simple interface to <a href='#usage-download'>download</a>, <a href='#usage-compile'>compile</a> and <a href='#usage-eval'>evaluate</a> generated binaries more conveniently, according to customizable parameters. </p> <p>Results use a common format that can be easily interpreted by third party applications. Results can be imported in the <a href='http://www.mysql.org'>MySQL</a> database underlaying this website. --- 118,122 ---- print "<h2>Presentation</h2> <p> ! A simple benchmarks' suite, the <i>compbenchmarks</i> package, has been developped to integrate some of the <a href='/cgi-bin/doc.cgi?tab=benchs'>well-known benchmarks and applications</a>, providing a simple interface to <a href='#usage-download'>download</a>, <a href='#usage-compile'>compile</a> and <a href='#usage-eval'>evaluate</a> generated binaries more conveniently, according to customizable parameters. </p> <p>Results use a common format that can be easily interpreted by third party applications. Results can be imported in the <a href='http://www.mysql.org'>MySQL</a> database underlaying this website. *************** *** 153,157 **** <p>For a quick start, you may run :</p> <ul> ! <li>./compbenchmarks-config , it'll detect your C compilers and create basic configurations files</li> <li>Quit the application</li> <li>In ~/.compbenchmarks/Configuration, take a look at default-C-compilers and default-C-compilers-options</li> --- 153,157 ---- <p>For a quick start, you may run :</p> <ul> ! <li>./compbenchmarks-ui-perl , it'll detect your C compilers and create basic configurations files</li> <li>Quit the application</li> <li>In ~/.compbenchmarks/Configuration, take a look at default-C-compilers and default-C-compilers-options</li> *************** *** 159,163 **** <a name='usage-download'></a><h3>Package installation</h3> <p> ! Run ./compbenchmarks-config and choose 'Manage package'. Select supported packages/benchmarks you want to install, and choose 'OK' : </p> <p align='center'> --- 159,163 ---- <a name='usage-download'></a><h3>Package installation</h3> <p> ! Run ./compbenchmarks-ui-perl and choose 'Manage package'. Select supported packages/benchmarks you want to install, and choose 'OK' : </p> <p align='center'> *************** *** 185,189 **** <h3>Benchmarking</h3> <p> ! Keep your system idle (e.g. stop X server). Choose 'Run benchmarks' from main menu of ./compbenchmarks-config. It'll compile and run all benchmarks using all combinaison of compilers/options you've defined : </p> <p align='center'> --- 185,189 ---- <h3>Benchmarking</h3> <p> ! Keep your system idle (e.g. stop X server). Choose 'Run benchmarks' from main menu of ./compbenchmarks-ui-perl. It'll compile and run all benchmarks using all combinaison of compilers/options you've defined : </p> <p align='center'> *************** *** 193,197 **** <img src='$LT_WEB_ICONS/compbench-config-4.png' alt='screenshot_4'> </p> ! <p>./compbenchmarks-config proposes resuming of interrupted benchmark session :</p> <p align='center'> <img src='$LT_WEB_ICONS/compbench-config-5.png' alt='screenshot_5'> --- 193,197 ---- <img src='$LT_WEB_ICONS/compbench-config-4.png' alt='screenshot_4'> </p> ! <p>./compbenchmarks-ui-perl proposes resuming of interrupted benchmark session :</p> <p align='center'> <img src='$LT_WEB_ICONS/compbench-config-5.png' alt='screenshot_5'> |