compbench-devel Mailing List for CompBenchmarks (Page 39)
Brought to you by:
xfred
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(48) |
Oct
(51) |
Nov
(66) |
Dec
(83) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(242) |
Feb
(56) |
Mar
(95) |
Apr
(120) |
May
(127) |
Jun
(32) |
Jul
(10) |
Aug
(55) |
Sep
(114) |
Oct
(3) |
Nov
|
Dec
|
From: Frederic T. <xf...@us...> - 2006-11-23 16:42:16
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1398 Modified Files: config.h.in configure.in Log Message: CBM_DATADIR introduced. Index: config.h.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/config.h.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.h.in 1 Nov 2006 13:06:34 -0000 1.8 --- config.h.in 23 Nov 2006 16:42:13 -0000 1.9 *************** *** 1,4 **** --- 1,7 ---- /* config.h.in. Generated from configure.in by autoheader. */ + /* Data directory */ + #undef CBM_DATADIR + /* bzip2 */ #undef CBM_PROG_BZIP2 Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** configure.in 1 Nov 2006 13:06:07 -0000 1.12 --- configure.in 23 Nov 2006 16:42:13 -0000 1.13 *************** *** 36,39 **** --- 36,40 ---- AC_PROG_LIBTOOL + AC_DEFINE_UNQUOTED(CBM_DATADIR, "$datadir", [Data directory]) AC_PATH_PROG(CBM_PROG_DIALOG, dialog, [], |
From: Frederic T. <xf...@us...> - 2006-11-23 16:41:44
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1034 Modified Files: compbenchmarks-ui-perl Log Message: slowdown.sh removed... Index: compbenchmarks-ui-perl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-ui-perl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** compbenchmarks-ui-perl 23 Nov 2006 16:41:16 -0000 1.2 --- compbenchmarks-ui-perl 23 Nov 2006 16:41:41 -0000 1.3 *************** *** 887,891 **** $SIG{INT} = \&sigint_compbenchmark; my $r = `$cmd`; ! `./slowdown.sh`; $SIG{INT} = 'DEFAULT'; my $end = time(); --- 887,891 ---- $SIG{INT} = \&sigint_compbenchmark; my $r = `$cmd`; ! $SIG{INT} = 'DEFAULT'; my $end = time(); |
From: Frederic T. <xf...@us...> - 2006-11-23 16:41:21
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1019 Modified Files: compbenchmarks-ui-perl compbenchmarks-ui-perl.1 Log Message: Explicit message when installing a package that is not known to be accessible anymore on Internet. Index: compbenchmarks-ui-perl.1 =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-ui-perl.1,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** compbenchmarks-ui-perl.1 1 Nov 2006 14:22:12 -0000 1.1 --- compbenchmarks-ui-perl.1 23 Nov 2006 16:41:16 -0000 1.2 *************** *** 129,143 **** .\" ======================================================================== .\" ! .IX Title "COMPBENCHMARKS-CONFIG 1" ! .TH COMPBENCHMARKS-CONFIG 1 "2006-10-31" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" ! compbenchmarks\-config 0.3.3 \- compilers' benchmarking environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" ! compbenchmarks-config .PP ! compbenchmarks-config \-\-setup .PP ! compbenchmarks-config \-\-resume .SH "DESCRIPTION" .IX Header "DESCRIPTION" --- 129,143 ---- .\" ======================================================================== .\" ! .IX Title "COMPBENCHMARKS-UI-PERL 1" ! .TH COMPBENCHMARKS-UI-PERL 1 "2006-11-23" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" ! compbenchmarks\-ui\-perl 0.3.3 \- compilers' benchmarking environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" ! compbenchmarks-ui-perl .PP ! compbenchmarks-ui-perl \-\-setup .PP ! compbenchmarks-ui-perl \-\-resume .SH "DESCRIPTION" .IX Header "DESCRIPTION" *************** *** 155,159 **** user confirmation. .PP ! compbenchmarks-config uses compbenchmark program. .SH "DIRECTORIES" .IX Header "DIRECTORIES" --- 155,159 ---- user confirmation. .PP ! compbenchmarks-ui-perl uses compbenchmark-core program. .SH "DIRECTORIES" .IX Header "DIRECTORIES" Index: compbenchmarks-ui-perl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-ui-perl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** compbenchmarks-ui-perl 1 Nov 2006 14:22:12 -0000 1.1 --- compbenchmarks-ui-perl 23 Nov 2006 16:41:16 -0000 1.2 *************** *** 254,257 **** --- 254,262 ---- } + if ($package->{Url} eq '') { + cbmc_dialog_msg("Package $package->{Name} is not known to be hosted anymore on the Internet. Use compbenchmark-code --fetch option."); + return; + } + $max=$package->{Size}; *************** *** 484,488 **** } } ! foreach(keys %used_compilers) { $c=$used_compilers{$_}; --- 489,493 ---- } } ! foreach(keys %used_compilers) { $c=$used_compilers{$_}; |
From: Frederic T. <xf...@us...> - 2006-11-23 16:40:59
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv638 Modified Files: cloptions.cpp Log Message: Explicit message when downloading a package that is not known to be accessible anymore on Internet. Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/cloptions.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** cloptions.cpp 1 Nov 2006 13:22:39 -0000 1.10 --- cloptions.cpp 23 Nov 2006 16:40:49 -0000 1.11 *************** *** 196,201 **** case 'D': B=cbmOptionsExpectBenchmark(optarg); ! if (B) ! parseExitValue=!B->Download(); break; case 'E': --- 196,206 ---- case 'D': B=cbmOptionsExpectBenchmark(optarg); ! if (B) { ! if (B->downloadURL()!="") { ! parseExitValue=!B->Download(); ! } else { ! UI->Fatal("Package is not known to be hosted anymore on the Internet. Use --fetch option"); ! } ! } break; case 'E': |
From: Frederic T. <xf...@us...> - 2006-11-23 16:39:12
|
Update of /cvsroot/compbench/CompBenchmarks++/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32651 Modified Files: System.cpp Log Message: CBM_DATADIR used instead of DATAROOTDIR. Index: System.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/System/System.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** System.cpp 1 Nov 2006 10:29:40 -0000 1.7 --- System.cpp 23 Nov 2006 16:39:07 -0000 1.8 *************** *** 291,295 **** break; case Patches: ! result=DATAROOTDIR; result+="/"; result+=PACKAGE; --- 291,295 ---- break; case Patches: ! result=CBM_DATADIR; result+="/"; result+=PACKAGE; *************** *** 304,308 **** break; case System: ! result=DATAROOTDIR; result+="/"; result+=PACKAGE; --- 304,308 ---- break; case System: ! result=CBM_DATADIR; result+="/"; result+=PACKAGE; |
From: Frederic T. <xf...@us...> - 2006-11-23 16:37:50
|
Update of /cvsroot/compbench/CompBenchmarks++/share/patches In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31907 Modified Files: Makefile.am Log Message: Updated datadir. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/share/patches/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 1 Oct 2006 19:49:15 -0000 1.4 --- Makefile.am 23 Nov 2006 16:37:46 -0000 1.5 *************** *** 2,5 **** --- 2,6 ---- datarootdir = @datarootdir@/compbenchmarks/@VERSION@/patches + datadir = @datadir@/compbenchmarks/@VERSION@/patches EXTRA_DIST = $(data_DATA) \ No newline at end of file |
From: Frederic T. <xf...@us...> - 2006-11-23 16:36:50
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31523 Modified Files: Benchmark-NBENCH.cpp Log Message: Updated download URL. Index: Benchmark-NBENCH.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-NBENCH.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Benchmark-NBENCH.cpp 1 Nov 2006 12:59:56 -0000 1.4 --- Benchmark-NBENCH.cpp 23 Nov 2006 16:36:48 -0000 1.5 *************** *** 14,18 **** std::string CBMBenchmarkNBENCH::downloadURL(void) { ! return("ftp://ftp.tux.org/pub/tux/mayer/nbench-byte-2.2.2.tar.gz"); } --- 14,18 ---- std::string CBMBenchmarkNBENCH::downloadURL(void) { ! return("http://www.tux.org/~mayer/linux/nbench-byte-2.2.2.tar.gz"); } |
From: Frederic T. <xf...@us...> - 2006-11-23 16:35:35
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31136 Modified Files: Benchmark.cpp Benchmark.h Log Message: Download can be disabled. Explicit message. Index: Benchmark.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Benchmark.h 1 Nov 2006 12:59:56 -0000 1.9 --- Benchmark.h 23 Nov 2006 16:35:32 -0000 1.10 *************** *** 53,61 **** Status status; - /** URL used for downloading package. - * \return std::string representing the URL of the package - * \sa expectedMD5() */ - virtual std::string downloadURL(void) = 0; - /** Expected MD5 on downloaded package * \return MD5 expected, as an std::string */ --- 53,56 ---- *************** *** 250,253 **** --- 245,254 ---- public: + /** URL used for downloading package. + * \return std::string representing the URL of the package + * \sa expectedMD5() */ + virtual std::string downloadURL(void) = 0; + + /** Display informations about benchmark Used by compbenchmark-config. Format is strict, default behaviour must be Index: Benchmark.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Benchmark.cpp 1 Nov 2006 12:59:56 -0000 1.14 --- Benchmark.cpp 23 Nov 2006 16:35:32 -0000 1.15 *************** *** 540,543 **** --- 540,547 ---- int r; + if (downloadURL()=="") { + UI->Fatal("Package is not known to be hosted anymore on the Internet. Use --fetch option."); + } + resetContext(); |
From: Frederic T. <xf...@us...> - 2006-11-23 16:35:07
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30776 Modified Files: Benchmark-BENCHPP.cpp Log Message: Download disabled. Index: Benchmark-BENCHPP.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-BENCHPP.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Benchmark-BENCHPP.cpp 1 Nov 2006 12:59:56 -0000 1.6 --- Benchmark-BENCHPP.cpp 23 Nov 2006 16:34:47 -0000 1.7 *************** *** 15,19 **** std::string CBMBenchmarkBENCHPP::downloadURL(void) { ! return("http://web.archive.org/web/20050307095704/http://www.research.att.com/~orost/bench_plus_plus_1.1.tar.Z"); } --- 15,19 ---- std::string CBMBenchmarkBENCHPP::downloadURL(void) { ! return(""); } |
From: Frederic T. <xf...@us...> - 2006-11-21 19:32:23
|
Update of /cvsroot/compbench/CompBenchmarks++/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12403 Modified Files: Makefile.am Log Message: s/extra_DIST/EXTRA_DIST/g Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/System/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 1 Nov 2006 13:03:57 -0000 1.6 --- Makefile.am 21 Nov 2006 19:32:12 -0000 1.7 *************** *** 18,24 **** libSystem_la_SOURCES = $(sources) $(source_sys) ! extra_DIST = System-Linux.cpp System-Cygwin.cpp System-FreeBSD.cpp ! libSysteminclude_HEADERS= $(sources:.cpp=.h) $(extra_DIST:.cpp=.h) libSystemincludedir = $(includedir)/System --- 18,24 ---- libSystem_la_SOURCES = $(sources) $(source_sys) ! EXTRA_DIST = System-Linux.cpp System-Cygwin.cpp System-FreeBSD.cpp ! libSysteminclude_HEADERS= $(sources:.cpp=.h) $(EXTRA_DIST:.cpp=.h) libSystemincludedir = $(includedir)/System |
From: Frederic T. <xf...@us...> - 2006-11-21 19:31:47
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12037 Modified Files: Makefile.am Log Message: s/extra_DIST/EXTRA_DIST/ Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 1 Nov 2006 13:03:13 -0000 1.8 --- Makefile.am 21 Nov 2006 19:31:45 -0000 1.9 *************** *** 48,52 **** ! extra_DIST = benchmarks-genlibwrapper.sh benchmarks-genliblist.sh benchmarks.list %.libwrapper.h: $(top_srcdir)/Benchmark/benchmarks.list $(CBM_GENLIBWRAPPER) --- 48,52 ---- ! EXTRA_DIST = benchmarks-genlibwrapper.sh benchmarks-genliblist.sh benchmarks.list %.libwrapper.h: $(top_srcdir)/Benchmark/benchmarks.list $(CBM_GENLIBWRAPPER) |
From: Frederic T. <xf...@us...> - 2006-11-21 19:29:29
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11186 Modified Files: ChangeLog Log Message: compbenchmarks-config renamed. Index: ChangeLog =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ChangeLog 1 Nov 2006 13:24:37 -0000 1.16 --- ChangeLog 21 Nov 2006 19:29:15 -0000 1.17 *************** *** 4,8 **** * New libcompbenchmarks library. * Installation mechanism improved for headers and libraries. ! * compbenchmarks binary renamed to compbenchmarks-core. 0.3.2 --- 4,9 ---- * New libcompbenchmarks library. * Installation mechanism improved for headers and libraries. ! * compbenchmarks binary renamed to compbenchmarks-core, ! compbenchmarks-config renamed to compbenchmarks-ui-perl. 0.3.2 |
From: Frederic T. <xf...@us...> - 2006-11-01 14:23:52
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15030 Modified Files: AUTHORS Log Message: Coordinates added. Index: AUTHORS =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/AUTHORS,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** AUTHORS 8 Sep 2006 17:04:08 -0000 1.1.1.1 --- AUTHORS 1 Nov 2006 14:23:49 -0000 1.2 *************** *** 0 **** --- 1,2 ---- + This software has been written by Frederic Trouche <fr...@li...>. + See http://compbench.sf.net/cgi-bin/index.cgi for details. \ No newline at end of file |
From: Frederic T. <xf...@us...> - 2006-11-01 14:22:41
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14457 Modified Files: README Log Message: compbenchmarks-conf renamed to compbenchmarks-ui-perl* Index: README =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/README,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** README 25 Sep 2006 19:20:29 -0000 1.9 --- README 1 Nov 2006 14:22:38 -0000 1.10 *************** *** 37,41 **** Quick start : ! * ./compbenchmarks-config , it'll detect your C compilers and create basic configurations files * Quit the application --- 37,41 ---- Quick start : ! * ./compbenchmarks-ui-perl , it'll detect your C compilers and create basic configurations files * Quit the application *************** *** 47,51 **** C++ benchmarks, replace C by C++ in those filenames). ! * Run ./compbenchmarks-config * Insure that the system is idle (e.g. X server stopped) before starting --- 47,51 ---- C++ benchmarks, replace C by C++ in those filenames). ! * Run ./compbenchmarks-ui-perl * Insure that the system is idle (e.g. X server stopped) before starting *************** *** 60,64 **** http://compbench.sourceforge.net/cgi-bin/index.cgi to get more informations about how to publish results, and see up-to-date list supported benchmarks ! and programs (./compbenchmarks-config gives this information for running version). --- 60,64 ---- http://compbench.sourceforge.net/cgi-bin/index.cgi to get more informations about how to publish results, and see up-to-date list supported benchmarks ! and programs (./compbenchmarks-ui-perl gives this information for running version). |
From: Frederic T. <xf...@us...> - 2006-11-01 14:22:29
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14436 Modified Files: Makefile.am Log Message: compbenchmarks-conf renamed to compbenchmarks-ui-perl* Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.am 1 Nov 2006 13:20:49 -0000 1.10 --- Makefile.am 1 Nov 2006 14:22:26 -0000 1.11 *************** *** 22,32 **** noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! ! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1 compbenchmarks-core.pod compbenchmarks-core.1 INCLUDES = -I $(top_srcdir) ! man_MANS = compbenchmarks-config.1 compbenchmarks-core.1 ! compbenchmarks-config.1: compbenchmarks-config pod2man $< > $@ --- 22,32 ---- noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! ! EXTRA_DIST = compbenchmarks-ui-perl Doxyfile compbenchmarks-ui-perl.1 compbenchmarks-core.pod compbenchmarks-core.1 INCLUDES = -I $(top_srcdir) ! man_MANS = compbenchmarks-ui-perl.1 compbenchmarks-core.1 ! compbenchmarks-ui-perl.1: compbenchmarks-ui-perl pod2man $< > $@ *************** *** 35,37 **** install-exec-hook: ! cp compbenchmarks-config $(DESTDIR)$(bindir) --- 35,37 ---- install-exec-hook: ! cp compbenchmarks-ui-perl $(DESTDIR)$(bindir) |
From: Frederic T. <xf...@us...> - 2006-11-01 14:22:16
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14405 Added Files: compbenchmarks-ui-perl compbenchmarks-ui-perl.1 Log Message: compbenchmarks-conf renamed to compbenchmarks-ui-perl* --- NEW FILE: compbenchmarks-ui-perl.1 --- .\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "COMPBENCHMARKS-CONFIG 1" .TH COMPBENCHMARKS-CONFIG 1 "2006-10-31" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" compbenchmarks\-config 0.3.3 \- compilers' benchmarking environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" compbenchmarks-config .PP compbenchmarks-config \-\-setup .PP compbenchmarks-config \-\-resume .SH "DESCRIPTION" .IX Header "DESCRIPTION" This tool provides a simple dialog based interface to download, compile and evaluate C/\*(C+ benchmarks more conveniently, according to customizable parameters. .PP Ran without argument, it proposes a dialog based \s-1GUI\s0 to interact with the compbenchmark. .PP Using \-\-setup argument, it checks for basic configuration files and sets up the missing ones, basically according to your environment. .PP If \-\-resume if the first argument, previous benchmarking is restored without any user confirmation. .PP compbenchmarks-config uses compbenchmark program. .SH "DIRECTORIES" .IX Header "DIRECTORIES" .IP "~/.compbenchmarks root directory for all related files and directories" 4 .IX Item "~/.compbenchmarks root directory for all related files and directories" .PD 0 .IP "~/.compbenchmarks/Downloads holds downloaded benchmarks" 4 .IX Item "~/.compbenchmarks/Downloads holds downloaded benchmarks" .IP "~/.compbenchmarks/$HOSTNAME your host's dedicated space" 4 .IX Item "~/.compbenchmarks/$HOSTNAME your host's dedicated space" .IP "~/.compbenchmarks/$HOSTNAME/Extracts extract and compilation directory for benchmark's archives" 4 .IX Item "~/.compbenchmarks/$HOSTNAME/Extracts extract and compilation directory for benchmark's archives" .IP "~/.compbenchmarks/$HOSTNAME/Status holds benchmarks' status" 4 .IX Item "~/.compbenchmarks/$HOSTNAME/Status holds benchmarks' status" .IP "~/.compbenchmarks/$HOSTNAME/Configuration configuration file. See below." 4 .IX Item "~/.compbenchmarks/$HOSTNAME/Configuration configuration file. See below." .PD .SH "CONFIGURATION FILES" .IX Header "CONFIGURATION FILES" Files are stored in ~/.compbenchmarks/$HOSTNAME/Configuration/, where \f(CW$HOSTNAME\fR is the shortname of your box. Here's details of files you can found in that directory : .IP "benchmarks : list of the benchmarks selected for evaluation" 4 .IX Item "benchmarks : list of the benchmarks selected for evaluation" .PD 0 .IP "Benchmarks-Run : contains the times each benchmark'll be ran for each particular context" 4 .IX Item "Benchmarks-Run : contains the times each benchmark'll be ran for each particular context" .ie n .IP "default\-compilers\-$LANGUAGE : defines compilers to use for $LANGUAGE (C/\*(C+)" 4 .el .IP "default\-compilers\-$LANGUAGE : defines compilers to use for \f(CW$LANGUAGE\fR (C/\*(C+)" 4 .IX Item "default-compilers-$LANGUAGE : defines compilers to use for $LANGUAGE (C/)" .IP "default\-compilers\-$LANGUAGE\-options : defines compilation options to use for each compiler a given language (C/\*(C+)" 4 .IX Item "default-compilers-$LANGUAGE-options : defines compilation options to use for each compiler a given language (C/)" .PD .SH "SEE ALSO" .IX Header "SEE ALSO" Manpage of compbenchmarks .SH "AUTHOR" .IX Header "AUTHOR" Frederic Trouche --- NEW FILE: compbenchmarks-ui-perl --- #!/usr/bin/perl -w # ----------------------------------------------------------------------------- # $Id: compbenchmarks-ui-perl,v 1.1 2006/11/01 14:22:12 xfred Exp $ # # Description : Wrapper script and dialog-based GUI arround compbenchmarks. # # This is free software. # For details, see the GNU Public License in the COPYING file, or # Look http://www.fsf.org # ----------------------------------------------------------------------------- # ~make test, nouvelle étape use Digest::MD5 (md5_hex); use Config; use strict; my $CVS_ID = '$Id: compbenchmarks-ui-perl,v 1.1 2006/11/01 14:22:12 xfred Exp $'; [...1161 lines suppressed...] =over =item benchmarks : list of the benchmarks selected for evaluation =item Benchmarks-Run : contains the times each benchmark'll be ran for each particular context =item default-compilers-$LANGUAGE : defines compilers to use for $LANGUAGE (C/C++) =item default-compilers-$LANGUAGE-options : defines compilation options to use for each compiler a given language (C/C++) =back =head1 SEE ALSO Manpage of compbenchmarks =head1 AUTHOR Frederic Trouche |
From: Frederic T. <xf...@us...> - 2006-11-01 14:21:58
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14053 Removed Files: compbenchmarks-config compbenchmarks-config.1 Log Message: Renamed to compbenchmarks-ui-perl* --- compbenchmarks-config.1 DELETED --- --- compbenchmarks-config DELETED --- |
From: Frederic T. <xf...@us...> - 2006-11-01 13:24:40
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20862 Modified Files: ChangeLog Log Message: Updated 0.3.3 changes. Index: ChangeLog =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ChangeLog 1 Nov 2006 13:05:19 -0000 1.15 --- ChangeLog 1 Nov 2006 13:24:37 -0000 1.16 *************** *** 1,7 **** 0.3.3 ! * Interfaces to packages and benchmarks providen through independant ! shared libraries. ! * New libcompbenchmarks. * Installation mechanism improved for headers and libraries. 0.3.2 --- 1,8 ---- 0.3.3 ! * New interfaces for packages and benchmarks providen through ! independant shared libraries. ! * New libcompbenchmarks library. * Installation mechanism improved for headers and libraries. + * compbenchmarks binary renamed to compbenchmarks-core. 0.3.2 |
From: Frederic T. <xf...@us...> - 2006-11-01 13:22:43
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19942 Modified Files: cloptions.cpp Log Message: compbenchmarks renamed to combenchmarks-core Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/cloptions.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** cloptions.cpp 1 Nov 2006 13:06:47 -0000 1.9 --- cloptions.cpp 1 Nov 2006 13:22:39 -0000 1.10 *************** *** 18,22 **** void cbmOptionsHelp(void) { ! std::cout << "Usage: compbenchmarks [specs]" << std::endl << "Where specs is one of :" << std::endl << " --install <b-id> : download and pre-configure specified benchmark" << std::endl --- 18,22 ---- void cbmOptionsHelp(void) { ! std::cout << "Usage: compbenchmarks-core [specs]" << std::endl << "Where specs is one of :" << std::endl << " --install <b-id> : download and pre-configure specified benchmark" << std::endl |
From: Frederic T. <xf...@us...> - 2006-11-01 13:21:19
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19292 Modified Files: compbenchmarks-config Log Message: compbenchmarks renamed to combenchmarks-core Index: compbenchmarks-config =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** compbenchmarks-config 1 Nov 2006 13:05:19 -0000 1.26 --- compbenchmarks-config 1 Nov 2006 13:21:12 -0000 1.27 *************** *** 435,441 **** sub cbmc_init { ! $CBM='./compbenchmarks'; if (! -x $CBM) { ! $CBM='compbenchmarks'; } --- 435,441 ---- sub cbmc_init { ! $CBM='./compbenchmarks-core'; if (! -x $CBM) { ! $CBM='compbenchmarks-core'; } |
From: Frederic T. <xf...@us...> - 2006-11-01 13:20:55
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18855 Modified Files: Makefile.am Log Message: compbenchmarks renamed to combenchmarks-core Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 1 Nov 2006 13:11:50 -0000 1.9 --- Makefile.am 1 Nov 2006 13:20:49 -0000 1.10 *************** *** 2,8 **** lib_LTLIBRARIES = libcompbenchmarks.la ! bin_PROGRAMS = compbenchmarks ! compbenchmarks_SOURCES = cloptions.cpp main.cpp libcompbenchmarks_la_SOURCES = libcompbenchmarks.cpp --- 2,8 ---- lib_LTLIBRARIES = libcompbenchmarks.la ! bin_PROGRAMS = compbenchmarks-core ! compbenchmarks_core_SOURCES = cloptions.cpp main.cpp libcompbenchmarks_la_SOURCES = libcompbenchmarks.cpp *************** *** 18,35 **** include_HEADERS = libcompbenchmarks.h config.h CBM.h ! compbenchmarks_LDADD = libcompbenchmarks.la noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! ! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1 compbenchmarks.pod compbenchmarks.1 INCLUDES = -I $(top_srcdir) ! man_MANS = compbenchmarks-config.1 compbenchmarks.1 compbenchmarks-config.1: compbenchmarks-config pod2man $< > $@ ! compbenchmarks.1: compbenchmarks.pod pod2man $< > $@ --- 18,35 ---- include_HEADERS = libcompbenchmarks.h config.h CBM.h ! compbenchmarks_core_LDADD = libcompbenchmarks.la noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! ! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1 compbenchmarks-core.pod compbenchmarks-core.1 INCLUDES = -I $(top_srcdir) ! man_MANS = compbenchmarks-config.1 compbenchmarks-core.1 compbenchmarks-config.1: compbenchmarks-config pod2man $< > $@ ! compbenchmarks-core.1: compbenchmarks-core.pod pod2man $< > $@ |
From: Frederic T. <xf...@us...> - 2006-11-01 13:20:09
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18688 Added Files: libcompbenchmarks.cpp libcompbenchmarks.h Log Message: First import. --- NEW FILE: libcompbenchmarks.h --- /* ---------------------------------------------------------------------------- $Id: libcompbenchmarks.h,v 1.1 2006/11/01 13:20:05 xfred Exp $ This is free software. For details, see the GNU Public License in the COPYING file, or Look http://www.fsf.org ------------------------------------------------------------------------- */ #ifndef H_CBMLIBCOMPBENCHMARKS #define H_CBMLIBCOMPBENCHMARKS 1 #include <config.h> #ifdef CBM_SYSTEM_LINUX # include <System/System-Linux.h> #endif #ifdef CBM_SYSTEM_CYGWIN # include <System/System-Cygwin.h> #endif #ifdef CBM_SYSTEM_FREEBSD # include <System/System-FreeBSD.h> #endif /** Defines version of the libcompbenchmarks library */ extern char *libcompbenchmarks_version; /** User option defining if package's test suite has to be run */ extern int UO_enableTestSuite; /** User option defining 'force' mode */ extern int UO_force; #endif --- NEW FILE: libcompbenchmarks.cpp --- #include <libcompbenchmarks.h> char *libcompbenchmarks_version = VERSION; int UO_enableTestSuite = 1; int UO_force = 0; |
From: Frederic T. <xf...@us...> - 2006-11-01 13:19:54
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18444 Added Files: compbenchmarks-core.1 compbenchmarks-core.pod Log Message: Renamed from combenchmarks --- NEW FILE: compbenchmarks-core.1 --- .\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "COMPBENCHMARKS 1" .TH COMPBENCHMARKS 1 "2006-10-31" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" compbenchmarks 0.3.3 \- Compilers' benchmarking environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" compbenchmarks \-\-help Show embedded help. .PP compbenchmarks \-\-version Show software version. .PP compbenchmarks \-\-install <b\-id> Install benchmark <b\-id> from the Internet. See \-\-list\-benchmarks to get a list of available benchmark's IDs (b\-id). .PP compbenchmarks \-\-fetch <b\-id> <tarball> Install benchmark <b\-id> from a local archive. See \-\-list\-benchmarks to get a list of available benchmark's IDs (b\-id). .PP compbenchmarks \-\-uninstall <b\-id> Uninstall specified benchmark or package. .PP compbenchmarks \-\-list\-benchmarks List all recognized benchmarks/packages. .PP compbenchmarks \-\-host\-infos Show host's informations .PP compbenchmarks \-\-program\-infos Show informations about all used external programs. .PP compbenchmarks \-\-compiler\-infos <c\-bin> Show informations about specified binary (compiler). <c\-bin> may be either a relative compiler (like gcc\-3.3) or a full path to the compiler binary (/opt/lt/bin/g++). .PP compbenchmarks \-\-benchmark\-infos <b\-id> Show informations about specified benchmark. .PP compbenchmarks \-\-bench <b\-id> <c\-bin> [c\-options] Make benchmark with specified compiler and options (if given), and returns performance (higher is better). .PP Here are some more fine-grained operations : .PP compbenchmarks \-\-download <b\-id> Download benchmark, and verify checksum. .PP compbenchmarks \-\-extract <b\-id> Extract given benchmark (from a downloaded archive). .PP compbenchmarks \-\-patch <b\-id> Patch benchmark (not always needed). .PP compbenchmarks \-\-preconfigure <b\-id> Preconfigure a benchmark (not always needed). .PP compbenchmarks \-\-test <b\-id> Test if a benchmark runs as expected (require package's internal test suite). .PP compbenchmarks \-\-release <b\-id> Clean built object for a benchmark. .PP compbenchmarks \-\-force \-\-test <b\-id> Force the test suite execution (even if it has already been executed). force may be applied to other options. .PP compbenchmarks \-\-disable\-testsuite \-\-bench <b\-id> <c\-bin> [c\-options] Disable benchmark's embedded test suite. .SH "DESCRIPTION" .IX Header "DESCRIPTION" This tool provides a command line interface to compile and evaluate C/\*(C+ benchmarks more conveniently, according to customizable parameters. .PP Normally used by compbenchmarks-config program. .SH "DIRECTORIES" .IX Header "DIRECTORIES" All but the latest are used by compbenchmark\-config. .IP "~/.compbenchmarks root directory for all related files and directories" 4 .IX Item "~/.compbenchmarks root directory for all related files and directories" .PD 0 .IP "~/.compbenchmarks/Downloads holds downloaded benchmarks" 4 .IX Item "~/.compbenchmarks/Downloads holds downloaded benchmarks" .IP "~/.compbenchmarks/$HOSTNAME your host's dedicated space" 4 .IX Item "~/.compbenchmarks/$HOSTNAME your host's dedicated space" .IP "~/.compbenchmarks/$HOSTNAME/Extracts extract and compilation directory for benchmark's archives" 4 .IX Item "~/.compbenchmarks/$HOSTNAME/Extracts extract and compilation directory for benchmark's archives" .IP "~/.compbenchmarks/$HOSTNAME/Status holds benchmarks' status" 4 .IX Item "~/.compbenchmarks/$HOSTNAME/Status holds benchmarks' status" .IP "~/.compbenchmarks/$HOSTNAME/Configuration configuration file. See below." 4 .IX Item "~/.compbenchmarks/$HOSTNAME/Configuration configuration file. See below." .IP "~/.compbenchmarks/$HOSTNAME/lockfile.pid Lockfile." 4 .IX Item "~/.compbenchmarks/$HOSTNAME/lockfile.pid Lockfile." .PD .SH "SEE ALSO" .IX Header "SEE ALSO" Manpage of compbenchmarks\-config. .SH "AUTHOR" .IX Header "AUTHOR" Frederic Trouche --- NEW FILE: compbenchmarks-core.pod --- =head1 NAME compbenchmarks 0.3.3 - Compilers' benchmarking environment =head1 SYNOPSIS compbenchmarks --help Show embedded help. compbenchmarks --version Show software version. compbenchmarks --install <b-id> Install benchmark <b-id> from the Internet. See --list-benchmarks to get a list of available benchmark's IDs (b-id). compbenchmarks --fetch <b-id> <tarball> Install benchmark <b-id> from a local archive. See --list-benchmarks to get a list of available benchmark's IDs (b-id). compbenchmarks --uninstall <b-id> Uninstall specified benchmark or package. compbenchmarks --list-benchmarks List all recognized benchmarks/packages. compbenchmarks --host-infos Show host's informations compbenchmarks --program-infos Show informations about all used external programs. compbenchmarks --compiler-infos <c-bin> Show informations about specified binary (compiler). <c-bin> may be either a relative compiler (like gcc-3.3) or a full path to the compiler binary (/opt/lt/bin/g++). compbenchmarks --benchmark-infos <b-id> Show informations about specified benchmark. compbenchmarks --bench <b-id> <c-bin> [c-options] Make benchmark with specified compiler and options (if given), and returns performance (higher is better). Here are some more fine-grained operations : compbenchmarks --download <b-id> Download benchmark, and verify checksum. compbenchmarks --extract <b-id> Extract given benchmark (from a downloaded archive). compbenchmarks --patch <b-id> Patch benchmark (not always needed). compbenchmarks --preconfigure <b-id> Preconfigure a benchmark (not always needed). compbenchmarks --test <b-id> Test if a benchmark runs as expected (require package's internal test suite). compbenchmarks --release <b-id> Clean built object for a benchmark. compbenchmarks --force --test <b-id> Force the test suite execution (even if it has already been executed). force may be applied to other options. compbenchmarks --disable-testsuite --bench <b-id> <c-bin> [c-options] Disable benchmark's embedded test suite. =head1 DESCRIPTION This tool provides a command line interface to compile and evaluate C/C++ benchmarks more conveniently, according to customizable parameters. Normally used by compbenchmarks-config program. =head1 DIRECTORIES All but the latest are used by compbenchmark-config. =over =item ~/.compbenchmarks root directory for all related files and directories =item ~/.compbenchmarks/Downloads holds downloaded benchmarks =item ~/.compbenchmarks/$HOSTNAME your host's dedicated space =item ~/.compbenchmarks/$HOSTNAME/Extracts extract and compilation directory for benchmark's archives =item ~/.compbenchmarks/$HOSTNAME/Status holds benchmarks' status =item ~/.compbenchmarks/$HOSTNAME/Configuration configuration file. See below. =item ~/.compbenchmarks/$HOSTNAME/lockfile.pid Lockfile. =back =head1 SEE ALSO Manpage of compbenchmarks-config. =head1 AUTHOR Frederic Trouche |
From: Frederic T. <xf...@us...> - 2006-11-01 13:19:36
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18392 Removed Files: compbenchmarks.1 compbenchmarks.pod Log Message: Renamed to combenchmarks-core --- compbenchmarks.1 DELETED --- --- compbenchmarks.pod DELETED --- |
From: Frederic T. <xf...@us...> - 2006-11-01 13:13:15
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15265 Added Files: benchmarks.list Log Message: First import. Defines the list of benchmarks/packages. --- NEW FILE: benchmarks.list --- # $Id: benchmarks.list,v 1.1 2006/11/01 13:13:12 xfred Exp $ # Format : # internalName:includePostfix:objectPostfix gzip-1c:GZIP:GZIP1 gzip-9c:GZIP:GZIP9 bzip2-1c:BZIP2:BZIP21 bzip2-9c:BZIP2:BZIP29 nbench-numsort:NBENCH:NBENCH_NUMSORT nbench-stringsort:NBENCH:NBENCH_STRINGSORT nbench-bitfield:NBENCH:NBENCH_BITFIELD nbench-emf:NBENCH:NBENCH_EMF nbench-fourier:NBENCH:NBENCH_FOURIER nbench-assign:NBENCH:NBENCH_ASSIGN nbench-huffam:NBENCH:NBENCH_HUFFMAN nbench-idea:NBENCH:NBENCH_IDEA nbench-nnet:NBENCH:NBENCH_NNET nbench-lu:NBENCH:NBENCH_LU scimark2-fourier:SCIMARK2:SCIMARK2_FOURIER scimark2-sor:SCIMARK2:SCIMARK2_SOR scimark2-mc:SCIMARK2:SCIMARK2_MC scimark2-smm:SCIMARK2:SCIMARK2_SMM scimark2-lu:SCIMARK2:SCIMARK2_LU benchpp-dhrystone:BENCHPP:BENCHPP_DHRYSTONE benchpp-whetstone:BENCHPP:BENCHPP_WHETSTONE benchpp-stepanov-al12:BENCHPP:BENCHPP_STEPANOV_AL12 linpackc-sp-unroll:LINPACKC:LINPACKC_SP_UNROLL linpackc-sp-roll:LINPACKC:LINPACKC_SP_ROLL linpackc-dp-unroll:LINPACKC:LINPACKC_DP_UNROLL linpackc-dp-roll:LINPACKC:LINPACKC_DP_ROLL |