aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-19 13:17:40 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:41 +0100
commit0f24c4fb9451f1c32fb89534b37bf7f804e37d99 (patch)
tree1a55f6dd1ba4c477e6aecd3141a298dcd420eb58 /src/process_image.h
parentd813960912ddc76d5cff0501b4f7783c3eeca95d (diff)
indexamajig: Add --overpredict
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 861ee203..6d170a39 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -100,6 +100,7 @@ struct index_args
float fix_profile_r;
float fix_bandwidth;
float fix_divergence;
+ int overpredict;
int profile; /* Whether or not to do wall clock profiling */
struct taketwo_options taketwo_opts;
struct felix_options felix_opts;