From: Richard Kreckel Date: Thu, 28 Mar 2002 15:38:29 +0000 (+0000) Subject: * Clean up the output of all timings to stderr. X-Git-Tag: release_1-0-8~2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=a7ae41fc629a54ca7f2c360e8147faab58538760 * Clean up the output of all timings to stderr. --- diff --git a/check/time_antipode.cpp b/check/time_antipode.cpp index 8896da27..3e5346ee 100644 --- a/check/time_antipode.cpp +++ b/check/time_antipode.cpp @@ -479,7 +479,7 @@ unsigned time_antipode(void) timer jaeger_le_coultre; cout << "timing computation of antipodes in Yukawa theory" << flush; - clog << "-------computation of antipodes in Yukawa theory" << endl; + clog << "-------computation of antipodes in Yukawa theory:" << endl; if (do_test) { jaeger_le_coultre.start(); diff --git a/check/time_lw_A.cpp b/check/time_lw_A.cpp index c73e72db..246ca87d 100644 --- a/check/time_lw_A.cpp +++ b/check/time_lw_A.cpp @@ -44,7 +44,7 @@ unsigned time_lw_A(void) double time = .0; cout << "timing Lewis-Wester test A (divide factorials)" << flush; - clog << "-------Lewis-Wester test A (divide factorials)" << endl; + clog << "-------Lewis-Wester test A (divide factorials):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_B.cpp b/check/time_lw_B.cpp index 788a0cc5..d775b20b 100644 --- a/check/time_lw_B.cpp +++ b/check/time_lw_B.cpp @@ -45,7 +45,7 @@ unsigned time_lw_B(void) double time = .0; cout << "timing Lewis-Wester test B (sum of rational numbers)" << flush; - clog << "-------Lewis-Wester test B (sum of rational numbers)" << endl; + clog << "-------Lewis-Wester test B (sum of rational numbers):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_C.cpp b/check/time_lw_C.cpp index 4a76cf0e..0f77985f 100644 --- a/check/time_lw_C.cpp +++ b/check/time_lw_C.cpp @@ -49,7 +49,7 @@ unsigned time_lw_C(void) double time = .0; cout << "timing Lewis-Wester test C (gcd of big integers)" << flush; - clog << "-------Lewis-Wester test C (gcd of big integers)" << endl; + clog << "-------Lewis-Wester test C (gcd of big integers):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_D.cpp b/check/time_lw_D.cpp index b2dede44..8e55058a 100644 --- a/check/time_lw_D.cpp +++ b/check/time_lw_D.cpp @@ -49,7 +49,7 @@ unsigned time_lw_D(void) double time = .0; cout << "timing Lewis-Wester test D (normalized sum of rational fcns)" << flush; - clog << "-------Lewis-Wester test D (normalized sum of rational fcns)" << endl; + clog << "-------Lewis-Wester test D (normalized sum of rational fcns):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_E.cpp b/check/time_lw_E.cpp index 5ae77d86..b19ac3fc 100644 --- a/check/time_lw_E.cpp +++ b/check/time_lw_E.cpp @@ -49,7 +49,7 @@ unsigned time_lw_E(void) double time = .0; cout << "timing Lewis-Wester test E (normalized sum of rational fcns)" << flush; - clog << "-------Lewis-Wester test E (normalized sum of rational fcns)" << endl; + clog << "-------Lewis-Wester test E (normalized sum of rational fcns):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_F.cpp b/check/time_lw_F.cpp index afe55204..1c872bc1 100644 --- a/check/time_lw_F.cpp +++ b/check/time_lw_F.cpp @@ -46,7 +46,7 @@ unsigned time_lw_F(void) double time = .0; cout << "timing Lewis-Wester test F (gcd of 2-var polys)" << flush; - clog << "-------Lewis-Wester test F (gcd of 2-var polys)" << endl; + clog << "-------Lewis-Wester test F (gcd of 2-var polys):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_G.cpp b/check/time_lw_G.cpp index 4410e039..728b1286 100644 --- a/check/time_lw_G.cpp +++ b/check/time_lw_G.cpp @@ -49,7 +49,7 @@ unsigned time_lw_G(void) double time = .0; cout << "timing Lewis-Wester test G (gcd of 3-var polys)" << flush; - clog << "-------Lewis-Wester test G (gcd of 3-var polys)" << endl; + clog << "-------Lewis-Wester test G (gcd of 3-var polys):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_H.cpp b/check/time_lw_H.cpp index 274351a8..c4f1cbff 100644 --- a/check/time_lw_H.cpp +++ b/check/time_lw_H.cpp @@ -64,7 +64,7 @@ unsigned time_lw_H(void) double time = .0; cout << "timing Lewis-Wester test H (det of 80x80 Hilbert)" << flush; - clog << "-------Lewis-Wester test H (det of 80x80 Hilbert)" << endl; + clog << "-------Lewis-Wester test H (det of 80x80 Hilbert):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_IJKL.cpp b/check/time_lw_IJKL.cpp index 7db58635..a3664548 100644 --- a/check/time_lw_IJKL.cpp +++ b/check/time_lw_IJKL.cpp @@ -32,7 +32,7 @@ static unsigned test(unsigned n) cout << "timing Lewis-Wester test " << name << " (invert rank " << n << " Hilbert)" << flush; clog << "-------Lewis-Wester test " << name - << " (invert rank " << n << " Hilbert)" << endl; + << " (invert rank " << n << " Hilbert):" << endl; // Create a rank n Hilbert matrix: matrix H(n,n); @@ -53,7 +53,7 @@ static unsigned test(unsigned n) cout << "timing Lewis-Wester test " << name << " (check rank " << n << " Hilbert)" << flush; clog << "-------Lewis-Wester test " << name - << " (check rank " << n << " Hilbert)" << endl; + << " (check rank " << n << " Hilbert):" << endl; cartier.reset(); matrix identity = H.mul(Hinv); diff --git a/check/time_lw_M1.cpp b/check/time_lw_M1.cpp index 025da696..65ffe3b6 100644 --- a/check/time_lw_M1.cpp +++ b/check/time_lw_M1.cpp @@ -81,7 +81,7 @@ unsigned time_lw_M1(void) double time = .0; cout << "timing Lewis-Wester test M1 (26x26 sparse, det)" << flush; - clog << "-------Lewis-Wester test M1 (26x26 sparse, det)" << endl; + clog << "-------Lewis-Wester test M1 (26x26 sparse, det):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_M2.cpp b/check/time_lw_M2.cpp index 063b517c..b677f01e 100644 --- a/check/time_lw_M2.cpp +++ b/check/time_lw_M2.cpp @@ -157,7 +157,7 @@ unsigned time_lw_M2(void) double time = .0; cout << "timing Lewis-Wester test M2 (101x101 sparse, det)" << flush; - clog << "-------Lewis-Wester test M2 (101x101 sparse, det)" << endl; + clog << "-------Lewis-Wester test M2 (101x101 sparse, det):" << endl; if (do_test) { piaget.start(); diff --git a/check/time_lw_N.cpp b/check/time_lw_N.cpp index d5539fe4..596a4686 100644 --- a/check/time_lw_N.cpp +++ b/check/time_lw_N.cpp @@ -60,7 +60,7 @@ unsigned time_lw_N(void) double time = .0; cout << "timing Lewis-Wester test N (poly at rational fcns)" << flush; - clog << "-------Lewis-Wester test N (poly at rational fcns)" << endl; + clog << "-------Lewis-Wester test N (poly at rational fcns):" << endl; if (do_test) { tag_heuer.start(); diff --git a/check/time_lw_O.cpp b/check/time_lw_O.cpp index e9d5546c..d91fdf99 100644 --- a/check/time_lw_O.cpp +++ b/check/time_lw_O.cpp @@ -108,7 +108,7 @@ unsigned time_lw_O(void) double time = .0; cout << "timing Lewis-Wester test O1 (three 15x15 dets)" << flush; - clog << "-------Lewis-Wester test O1 (three 15x15 dets)" << endl; + clog << "-------Lewis-Wester test O1 (three 15x15 dets):" << endl; if (do_test) { rolex.start(); diff --git a/check/time_lw_P.cpp b/check/time_lw_P.cpp index 45947dbc..7bbc69b5 100644 --- a/check/time_lw_P.cpp +++ b/check/time_lw_P.cpp @@ -59,7 +59,7 @@ unsigned time_lw_P(void) double time = .0; cout << "timing Lewis-Wester test P (det of sparse rank 101)" << flush; - clog << "-------Lewis-Wester test P (det of sparse rank 101)" << endl; + clog << "-------Lewis-Wester test P (det of sparse rank 101):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_Pprime.cpp b/check/time_lw_Pprime.cpp index 6cb495a2..3d957953 100644 --- a/check/time_lw_Pprime.cpp +++ b/check/time_lw_Pprime.cpp @@ -72,7 +72,7 @@ unsigned time_lw_Pprime(void) double time = .0; cout << "timing Lewis-Wester test P' (det of less sparse rank 101)" << flush; - clog << "-------Lewis-Wester test P' (det of less sparse rank 101)" << endl; + clog << "-------Lewis-Wester test P' (det of less sparse rank 101):" << endl; rolex.start(); // correct for very small times: diff --git a/check/time_lw_Q.cpp b/check/time_lw_Q.cpp index 75aef3f4..9a9365c6 100644 --- a/check/time_lw_Q.cpp +++ b/check/time_lw_Q.cpp @@ -62,7 +62,7 @@ unsigned time_lw_Q(void) double time = .0; cout << "timing Lewis-Wester test Q (charpoly(P))" << flush; - clog << "-------Lewis-Wester test Q (charpoly(P))" << endl; + clog << "-------Lewis-Wester test Q (charpoly(P)):" << endl; if (do_test) { rolex.start(); diff --git a/check/time_lw_Qprime.cpp b/check/time_lw_Qprime.cpp index 03c4e762..72f0e586 100644 --- a/check/time_lw_Qprime.cpp +++ b/check/time_lw_Qprime.cpp @@ -74,7 +74,7 @@ unsigned time_lw_Qprime(void) double time = .0; cout << "timing Lewis-Wester test Q' (charpoly(P'))" << flush; - clog << "-------Lewis-Wester test Q' (charpoly(P'))" << endl; + clog << "-------Lewis-Wester test Q' (charpoly(P')):" << endl; if (do_test) { rolex.start(); diff --git a/check/times.ref b/check/times.ref index 08d2b9c4..d34c8fd3 100644 --- a/check/times.ref +++ b/check/times.ref @@ -6,45 +6,47 @@ (no output) -------determinant of polyvariate symbolic Toeplitz matrices: (no output) --------Lewis-Wester test A (divide factorials) +-------Lewis-Wester test A (divide factorials): (no output) --------Lewis-Wester test B (sum of rational numbers) +-------Lewis-Wester test B (sum of rational numbers): (no output) --------Lewis-Wester test C (gcd of big integers) +-------Lewis-Wester test C (gcd of big integers): (no output) --------Lewis-Wester test D (normalized sum of rational fcns) +-------Lewis-Wester test D (normalized sum of rational fcns): (no output) --------Lewis-Wester test E (normalized sum of rational fcns) +-------Lewis-Wester test E (normalized sum of rational fcns): (no output) --------Lewis-Wester test F (gcd of 2-var polys) +-------Lewis-Wester test F (gcd of 2-var polys): (no output) --------Lewis-Wester test G (gcd of 3-var polys) +-------Lewis-Wester test G (gcd of 3-var polys): (no output) --------Lewis-Wester test H (det of 80x80 Hilbert) +-------Lewis-Wester test H (det of 80x80 Hilbert): (no output) --------Lewis-Wester test I (invert rank 40 Hilbert) +-------Lewis-Wester test I (invert rank 40 Hilbert): (no output) --------Lewis-Wester test J (check rank 40 Hilbert) +-------Lewis-Wester test J (check rank 40 Hilbert): (no output) --------Lewis-Wester test K (invert rank 70 Hilbert) +-------Lewis-Wester test K (invert rank 70 Hilbert): (no output) --------Lewis-Wester test L (check rank 70 Hilbert) +-------Lewis-Wester test L (check rank 70 Hilbert): (no output) --------Lewis-Wester test M1 (26x26 sparse, det) +-------Lewis-Wester test M1 (26x26 sparse, det): (no output) --------Lewis-Wester test M2 (101x101 sparse, det) +-------Lewis-Wester test M2 (101x101 sparse, det): (no output) --------Lewis-Wester test N (poly at rational fcns) +-------Lewis-Wester test N (poly at rational fcns): (no output) --------Lewis-Wester test O1 (three 15x15 dets) +-------Lewis-Wester test O1 (three 15x15 dets): (no output) --------Lewis-Wester test P (det of sparse rank 101) +-------Lewis-Wester test P (det of sparse rank 101): (no output) --------Lewis-Wester test P' (det of less sparse rank 101) +-------Lewis-Wester test P' (det of less sparse rank 101): (no output) --------Lewis-Wester test Q (charpoly(P)) +-------Lewis-Wester test Q (charpoly(P)): (no output) --------Lewis-Wester test Q' (charpoly(P')) +-------Lewis-Wester test Q' (charpoly(P')): (no output) --------computation of antipodes in Yukawa theory +-------computation of antipodes in Yukawa theory: +(no output) +-------Fateman's polynomial expand benchmark: (no output)