aboutsummaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-04-01 19:18:06 +0200
committerAnton Khirnov <anton@khirnov.net>2019-04-01 19:18:06 +0200
commit05fa685402151ad86563a1b9d2ef9b7294cb2d75 (patch)
tree711c30bce0ce4b82bc9784d66f2bf110cd88efdf /ell_grid_solve.h
parenta4a5fc2666bfd3ca009ce6c7d05bc83ff4d57313 (diff)
mg2d: extend stats logging
Diffstat (limited to 'ell_grid_solve.h')
-rw-r--r--ell_grid_solve.h1
1 files changed, 1 insertions, 0 deletions
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;