aboutsummaryrefslogtreecommitdiffhomepage
path: root/tvmet-1.7.1/doc/benchmark.dox
blob: fa60b48a70aa39772e594f180884afbf08af0505 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
 * $Id: benchmark.dox,v 1.8 2004/04/10 04:58:35 opetzold Exp $
 */

/**

  \page benchmark Benchmark

  Prior to version 0.8.0, tvmet had benchmark results listed here. Benchmarking
  isn't as easy as had been thought. The compiler's optimizer is very tricky -
  even more than I am. 8( To outwit the optimizer takes time - I would rather
  put the time into tvmet, itself.

  Laurent Plagne has created some benchmarks using tvmet and other libraries,
  please have a look at
  <a href="http://www.opencascade.org/upload/87">opencascade</a>.

  The following benchmarks are done on my
  Intel(R) Pentium(R) 4 CPU 2.40GHz
  Linux box:
  - \ref bench_axpy
  - \ref bench_matrix_matrix
  - \ref bench_matrix_vector
  - \ref bench_aat
  - \ref bench_ata

  using a patched version of BTL 20030124. The patch is necessary to be able
  to compile tvmet due to the high inline level used here. The patch is
  distributed with the package.

  \section bench_axpy axpy
  \image html axpy.png "axpy"

  \section bench_matrix_matrix Matrix-Matrix
  \image html matrix_matrix.png "Matrix-Matrix"

  \section bench_matrix_vector Matrix-Vector
  \image html matrix_vector.png "Matrix-Vector"

  \section bench_aat MMt
  \image html aat.png "M M^t"

  \section bench_ata MtM
  \image html ata.png "M^t M"

*/


// Local Variables:
// mode:c++
// End:
//  LocalWords:  BTL GHz Plagne