summaryrefslogtreecommitdiff
path: root/ell_relax.h
diff options
context:
space:
mode:
Diffstat (limited to 'ell_relax.h')
-rw-r--r--ell_relax.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ell_relax.h b/ell_relax.h
index 74355e6..0df42d5 100644
--- a/ell_relax.h
+++ b/ell_relax.h
@@ -222,6 +222,15 @@ typedef struct EllRelaxContext {
* Distance between neighbouring gridpoints along coord1.
*/
ptrdiff_t diff_coeffs_stride;
+
+ /* timings */
+ int64_t count_correct;
+ int64_t time_correct;
+
+ int64_t time_boundaries;
+ int64_t count_boundaries;
+ int64_t time_res_calc;
+ int64_t count_res;
} EllRelaxContext;
/**