gallium/hud: add monitoring of API thread busy status
[mesa.git] / src / gallium / auxiliary / hud / hud_private.h
index b23439e5c662782bf82b76cfd28e8a0b75c1eb70..1d06e03dbe507dc772f58968956c3d045b0fd3e9 100644 (file)
@@ -93,6 +93,7 @@ int hud_get_num_cpus(void);
 
 void hud_fps_graph_install(struct hud_pane *pane);
 void hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index);
+void hud_api_thread_busy_install(struct hud_pane *pane);
 void hud_pipe_query_install(struct hud_batch_query_context **pbq,
                             struct hud_pane *pane, struct pipe_context *pipe,
                             const char *name, unsigned query_type,