summaryrefslogtreecommitdiff
path: root/tools/bench
Commit message (Collapse)AuthorAgeFilesLines
* Copyright notice update: added 2018 withvlefevre2018-01-033-3/+3
| | | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2017)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the ck-mparam and timings-mpfr.c files and the mbench directory under "tools" (not distributed with MPFR). Removed 2017 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12067 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2017 withvlefevre2017-01-013-3/+3
| | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2016)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the tools/mbench directory (not distributed with MPFR). Removed 2016 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11117 280ebfd0-de03-0410-8827-d642c229c3f4
* Replacedvlefevre2016-02-042-2/+2
| | | | | | | | Contributed by the AriC and Caramel projects by Contributed by the AriC and Caramba projects git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9941 280ebfd0-de03-0410-8827-d642c229c3f4
* mpfrbench: use clock() when getrusage() is not availablezimmerma2016-01-051-3/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9784 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2016 withvlefevre2016-01-013-3/+3
| | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2015)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh (the m4 and tools/mbench directories were not modified). Removed 2015 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9779 280ebfd0-de03-0410-8827-d642c229c3f4
* distribute the mpfrbench READMEzimmerma2015-09-041-0/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9671 280ebfd0-de03-0410-8827-d642c229c3f4
* add a README for mpfrbenchzimmerma2015-09-041-0/+34
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9670 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2015 withvlefevre2015-02-133-3/+3
| | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2014)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the tools/mbench directory (not distributed with MPFR). Removed 2014 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9278 280ebfd0-de03-0410-8827-d642c229c3f4
* added bench target so that we can simply do "make bench"zimmerma2014-02-131-1/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8962 280ebfd0-de03-0410-8827-d642c229c3f4
* [tools/bench/mpfrbench.c] No longer use the numberof macro, andvlefevre2014-01-261-2/+3
| | | | | | | #include "mpfr.h" instead of "mpfr-impl.h", so that mpfrbench.c can now be linked against an installed MPFR library. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8902 280ebfd0-de03-0410-8827-d642c229c3f4
* revert to EXTRA_PROGRAMS (bin_PROGRAMS is installed in /usr/local/bin,zimmerma2014-01-231-1/+1
| | | | | | | | | which is not what we want, we could use noinst_PROGRAMS, which would be compiled automatically, but for coherence with GNU MPC we use EXTRA_PROGRAMS which is not compiled automatically) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8883 280ebfd0-de03-0410-8827-d642c229c3f4
* divide the global score to get a number around 1000zimmerma2014-01-231-0/+6
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8881 280ebfd0-de03-0410-8827-d642c229c3f4
* Use of the numberof macro.vlefevre2014-01-231-2/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8876 280ebfd0-de03-0410-8827-d642c229c3f4
* [tools/bench/mpfrbench.c] Whitespace clean-up.vlefevre2014-01-231-47/+33
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8875 280ebfd0-de03-0410-8827-d642c229c3f4
* [tools/bench/Makefile.am] Fix for separate build directory (problemvlefevre2014-01-231-1/+1
| | | | | | detected with "make distcheck"). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8873 280ebfd0-de03-0410-8827-d642c229c3f4
* make mpfrbench compiled just with "make"zimmerma2014-01-221-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8861 280ebfd0-de03-0410-8827-d642c229c3f4
* new directory for MPFRbench (contributed by Mickaƫl Gastineau and Bill Hart)zimmerma2014-01-223-0/+407
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8859 280ebfd0-de03-0410-8827-d642c229c3f4