From d05eecd314661fad45db4fb48df179f861d77d24 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 12 Aug 2013 10:41:30 +0200 Subject: partialator: Debugging stuff --- src/scaling-report.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/scaling-report.c') 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); } -- cgit v1.2.3