[Xenomai-git] Philippe Gerum : testsuite/smokey/arith: tame down verbosity at default level

2015-06-29 Thread git repository hosting
Module: xenomai-3
Branch: master
Commit: f03cd254e5d4e1278fb2d7234519ff0db2547a5f
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=f03cd254e5d4e1278fb2d7234519ff0db2547a5f

Author: Philippe Gerum 
Date:   Sat Jun 20 22:07:19 2015 +0200

testsuite/smokey/arith: tame down verbosity at default level

Use --verbose=2 to see computation details as previously.

---

 testsuite/smokey/arith/arith.c |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/testsuite/smokey/arith/arith.c b/testsuite/smokey/arith/arith.c
index 26f56ca..c927d1d 100644
--- a/testsuite/smokey/arith/arith.c
+++ b/testsuite/smokey/arith/arith.c
@@ -33,13 +33,13 @@ static volatile long long arg = 0x3ffULL;
if (rejected < 1) { \
avg = xnarch_llimd(avg, 1, 1 - rejected); \
avg = clockobj_tsc_to_ns(avg) - calib;  \
-   fprintf(stderr, "%s: 0x%016llx: %lld.%03llu ns," \
-   " rejected %d/1\n", \
-   display, result, avg / 1,   \
-   ((avg >= 0 ? avg : -avg) % 1) / 10, \
-   rejected);  \
+   smokey_trace("%s: 0x%016llx: %lld.%03llu ns,"   \
+   " rejected %d/1",   \
+   display, result, avg / 1,   \
+   ((avg >= 0 ? avg : -avg) % 1) / 10, \
+   rejected);  \
} else  \
-   fprintf(stderr, "%s: rejected 1/1\n", display); 
\
+   smokey_warning("%s: rejected 1/1", display); \
} while (0)
 
 static int run_arith(struct smokey_test *t, int argc, char *const argv[])
@@ -53,13 +53,13 @@ static int run_arith(struct smokey_test *t, int argc, char 
*const argv[])
 
/* Prepare. */
xnarch_init_llmulshft(nsec_per_sec, sample_freq, &mul, &shft);
-   fprintf(stderr, "mul: 0x%08x, shft: %d\n", mul, shft);
+   smokey_trace("mul: 0x%08x, shft: %d", mul, shft);
 #ifdef XNARCH_HAVE_NODIV_LLIMD
xnarch_init_u32frac(&frac, nsec_per_sec, sample_freq);
-   fprintf(stderr, "integ: %d, frac: 0x%08llx\n", frac.integ, frac.frac);
+   smokey_trace("integ: %d, frac: 0x%08llx", frac.integ, frac.frac);
 #endif /* XNARCH_HAVE_NODIV_LLIMD */
 
-   fprintf(stderr, "\nsigned positive operation: 0x%016llx * %u / %d\n",
+   smokey_trace("\nsigned positive operation: 0x%016llx * %u / %d",
arg, nsec_per_sec, sample_freq);
bench("inline calibration", 0);
calib = avg;
@@ -82,8 +82,8 @@ static int run_arith(struct smokey_test *t, int argc, char 
*const argv[])
 #endif /* XNARCH_HAVE_NODIV_LLIMD */
 
 
-   fprintf(stderr, "\nsigned negative operation: 0x%016llx * %u / %d\n",
-   -arg, nsec_per_sec, sample_freq);
+   smokey_trace("\nsigned negative operation: 0x%016llx * %u / %d",
+-arg, nsec_per_sec, sample_freq);
calib = 0;
bench("inline calibration", 0);
calib = avg;
@@ -106,8 +106,8 @@ static int run_arith(struct smokey_test *t, int argc, char 
*const argv[])
 #endif /* XNARCH_HAVE_NODIV_LLIMD */
 
 #ifdef XNARCH_HAVE_NODIV_LLIMD
-   fprintf(stderr, "\nunsigned operation: 0x%016llx * %u / %d\n",
-   arg, nsec_per_sec, sample_freq);
+   smokey_trace("\nunsigned operation: 0x%016llx * %u / %d",
+arg, nsec_per_sec, sample_freq);
calib = 0;
bench("inline calibration", 0);
calib = avg;


___
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : testsuite/smokey/arith: tame down verbosity at default level

2015-06-20 Thread git repository hosting
Module: xenomai-3
Branch: next
Commit: f03cd254e5d4e1278fb2d7234519ff0db2547a5f
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=f03cd254e5d4e1278fb2d7234519ff0db2547a5f

Author: Philippe Gerum 
Date:   Sat Jun 20 22:07:19 2015 +0200

testsuite/smokey/arith: tame down verbosity at default level

Use --verbose=2 to see computation details as previously.

---

 testsuite/smokey/arith/arith.c |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/testsuite/smokey/arith/arith.c b/testsuite/smokey/arith/arith.c
index 26f56ca..c927d1d 100644
--- a/testsuite/smokey/arith/arith.c
+++ b/testsuite/smokey/arith/arith.c
@@ -33,13 +33,13 @@ static volatile long long arg = 0x3ffULL;
if (rejected < 1) { \
avg = xnarch_llimd(avg, 1, 1 - rejected); \
avg = clockobj_tsc_to_ns(avg) - calib;  \
-   fprintf(stderr, "%s: 0x%016llx: %lld.%03llu ns," \
-   " rejected %d/1\n", \
-   display, result, avg / 1,   \
-   ((avg >= 0 ? avg : -avg) % 1) / 10, \
-   rejected);  \
+   smokey_trace("%s: 0x%016llx: %lld.%03llu ns,"   \
+   " rejected %d/1",   \
+   display, result, avg / 1,   \
+   ((avg >= 0 ? avg : -avg) % 1) / 10, \
+   rejected);  \
} else  \
-   fprintf(stderr, "%s: rejected 1/1\n", display); 
\
+   smokey_warning("%s: rejected 1/1", display); \
} while (0)
 
 static int run_arith(struct smokey_test *t, int argc, char *const argv[])
@@ -53,13 +53,13 @@ static int run_arith(struct smokey_test *t, int argc, char 
*const argv[])
 
/* Prepare. */
xnarch_init_llmulshft(nsec_per_sec, sample_freq, &mul, &shft);
-   fprintf(stderr, "mul: 0x%08x, shft: %d\n", mul, shft);
+   smokey_trace("mul: 0x%08x, shft: %d", mul, shft);
 #ifdef XNARCH_HAVE_NODIV_LLIMD
xnarch_init_u32frac(&frac, nsec_per_sec, sample_freq);
-   fprintf(stderr, "integ: %d, frac: 0x%08llx\n", frac.integ, frac.frac);
+   smokey_trace("integ: %d, frac: 0x%08llx", frac.integ, frac.frac);
 #endif /* XNARCH_HAVE_NODIV_LLIMD */
 
-   fprintf(stderr, "\nsigned positive operation: 0x%016llx * %u / %d\n",
+   smokey_trace("\nsigned positive operation: 0x%016llx * %u / %d",
arg, nsec_per_sec, sample_freq);
bench("inline calibration", 0);
calib = avg;
@@ -82,8 +82,8 @@ static int run_arith(struct smokey_test *t, int argc, char 
*const argv[])
 #endif /* XNARCH_HAVE_NODIV_LLIMD */
 
 
-   fprintf(stderr, "\nsigned negative operation: 0x%016llx * %u / %d\n",
-   -arg, nsec_per_sec, sample_freq);
+   smokey_trace("\nsigned negative operation: 0x%016llx * %u / %d",
+-arg, nsec_per_sec, sample_freq);
calib = 0;
bench("inline calibration", 0);
calib = avg;
@@ -106,8 +106,8 @@ static int run_arith(struct smokey_test *t, int argc, char 
*const argv[])
 #endif /* XNARCH_HAVE_NODIV_LLIMD */
 
 #ifdef XNARCH_HAVE_NODIV_LLIMD
-   fprintf(stderr, "\nunsigned operation: 0x%016llx * %u / %d\n",
-   arg, nsec_per_sec, sample_freq);
+   smokey_trace("\nunsigned operation: 0x%016llx * %u / %d",
+arg, nsec_per_sec, sample_freq);
calib = 0;
bench("inline calibration", 0);
calib = avg;


___
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git