From 05fa685402151ad86563a1b9d2ef9b7294cb2d75 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 1 Apr 2019 19:18:06 +0200 Subject: mg2d: extend stats logging --- ell_grid_solve.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ell_grid_solve.h') diff --git a/ell_grid_solve.h b/ell_grid_solve.h index 0718b67..d46edd9 100644 --- a/ell_grid_solve.h +++ b/ell_grid_solve.h @@ -92,6 +92,7 @@ typedef struct EGSExactContext { int64_t count_mat_construct; int64_t time_mat_construct; int64_t count_bicgstab_solve; + int64_t bicgstab_iterations; int64_t time_bicgstab_solve; int64_t count_lu_solve; int64_t time_lu_solve; -- cgit v1.2.3