aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/schedule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/schedule.h')
-rw-r--r--include/odp/api/spec/schedule.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/odp/api/spec/schedule.h b/include/odp/api/spec/schedule.h
index 9e96e0684..e07c92b7e 100644
--- a/include/odp/api/spec/schedule.h
+++ b/include/odp/api/spec/schedule.h
@@ -547,6 +547,14 @@ void odp_schedule_order_lock_start(uint32_t lock_index);
void odp_schedule_order_lock_wait(uint32_t lock_index);
/**
+ * Print debug info about scheduler
+ *
+ * Print implementation defined information about scheduler to the ODP log.
+ * The information is intended to be used for debugging.
+ */
+void odp_schedule_print(void);
+
+/**
* @}
*/