aboutsummaryrefslogtreecommitdiff
path: root/src/scaling-report.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-08-12 10:41:30 +0200
committerThomas White <taw@physics.org>2013-09-13 14:31:23 +0200
commitd05eecd314661fad45db4fb48df179f861d77d24 (patch)
treee53976a387b240d59008fab2e8ef7fe39c0091d9 /src/scaling-report.c
parent896ced2c5826b71cf270d75310b8ac0fd495063b (diff)
partialator: Debugging stuff
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r--src/scaling-report.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c
index acb007ae..17268489 100644
--- a/src/scaling-report.c
+++ b/src/scaling-report.c
@@ -889,6 +889,9 @@ void sr_iteration(SRContext *sr, int iteration, struct srdata *d)
cairo_restore(sr->cr);
}
+
+ STATUS("%i filtered total, %5.2f filtered per crystal\n",
+ d->n_filtered, (double)d->n_filtered / d->n);
}