From 8cfba32f5dbd60d7e3a449e249ff1972ca5eff14 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 6 Sep 2016 13:53:01 -0500 Subject: [PATCH] modified profiling output --- stim/envi/bsq.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stim/envi/bsq.h b/stim/envi/bsq.h index 0caeef7..2d3fb67 100644 --- a/stim/envi/bsq.h +++ b/stim/envi/bsq.h @@ -441,14 +441,14 @@ public: if(PROGRESS) progress = (double)( c + 1 ) / (batches) * 100; } - std::cout<<"BSQ->BIL reads: "<<(double)in_time / (1000 * 60)<<" min"<BIL calculations: "<<(double)calc_time / (1000 * 60)<<" min"<BIL writes: "<<(double)out_time / (1000 * 60)<<" min"<BIL reads: "<<(double)in_time / (1000 * 60)<<" min"<BIL calculations: "<<(double)calc_time / (1000 * 60)<<" min"<BIL writes: "<<(double)out_time / (1000 * 60)<<" min"<