1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
.\" Man page contributed by Dirk Eddelbuettel <edd@debian.org>
.\" and released under the Quantlib license
.TH QUANTLIB-BENCHMARK 1 "02 November 2006" QuantLib
.SH NAME
quantlib-benchmark - performance benchmark executable for QuantLib
.SH SYNOPSIS
.B quantlib-benchmark
.SH DESCRIPTION
.PP
.B quantlib-benchmark
is created at compile-time from the \fIQuantLib\fP sources using the
\fBoost test framework\fP tools. It measures the performance of a
preselected set of numerically intensive test cases. The overall
QuantLib Benchmark Index is given by the average performance in mflops.
The number of floating point operations of a given test case was measured
using the perfex library, see
.IE http://user.it.uu.se/~mikpe/linux/perfctr .
.SH SEE ALSO
The source code in the
.I test-suite
directory of the
.I QuantLib
sources,
the QuantLib documentation and website at
.I http://quantlib.org
and the Boost documentation and website at
.IR http://www.boost.org .
.SH AUTHORS
The QuantLib Group (see
.IR Authors.txt ).
This manual page was added by Dirk Eddelbuettel <edd@debian.org>,
the Debian GNU/Linux maintainer for
.BR QuantLib .
|