Browse thread
Multiplication of matrix in C and OCaml
-
Frédéric_Gava
-
Jacques Garrigue
- Frédéric_Gava
-
Frédéric_Gava
-
Xavier Leroy
-
Frédéric_Gava
-
Jacques Garrigue
-
ls-ocaml-developer-2006@m...
- ls-ocaml-developer-2006@m...
- Jon Harrop
- Brian Hurt
-
ls-ocaml-developer-2006@m...
-
Jacques Garrigue
-
Frédéric_Gava
-
Xavier Leroy
-
Jacques Garrigue
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | ls-ocaml-developer-2006@m... |
| Subject: | Re: [Caml-list] Multiplication of matrix in C and OCaml |
ls-ocaml-developer-2006@m-e-leypold.de writes: > optimizations. I'd feel better if the code is benchmarked in a way > that the result of the multiplication is output to a file and to > subtract the constant contribution of that to the run time that the > time is measured for various problem sizes (number of matrices). Correction: ... the constant contribution of writing the result to a file should be subtracted from the run time by measuring with various problem sizes. Hope that is understandable now.