aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/benchmark.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/benchmark.h b/includes/benchmark.h
index 5f72874a..8047d5c6 100644
--- a/includes/benchmark.h
+++ b/includes/benchmark.h
@@ -25,6 +25,9 @@ void benchmark_gui(void);
void benchmark_nqueens(void);
void benchmark_raytrace(void);
+gdouble benchmark_parallel_for(guint start, guint end,
+ gpointer callback, gpointer callback_data);
+
extern gdouble bench_results[BENCHMARK_N_ENTRIES];
#endif /* __BENCHMARK_H__ */ \ No newline at end of file