File: quantlib-benchmark.1

package info (click to toggle)
quantlib 0.9.0.20071224-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 22,216 kB
  • ctags: 34,951
  • sloc: cpp: 167,744; ansic: 21,483; sh: 8,947; makefile: 3,327; lisp: 86
file content (35 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download
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 .