summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_private.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-06-21 21:12:26 +0200
committerMarek Olšák <[email protected]>2017-06-26 02:17:03 +0200
commit8f4bc8a3240de6255ead042704b80a18ebcf0973 (patch)
tree344cdfcd503c2edeb29d230a9b1e8cb39fe6a757 /src/gallium/auxiliary/hud/hud_private.h
parent11cf079b678aed0c5d4d0df9fa59949ec1d07794 (diff)
gallium/hud: add API-thread-busy for monitoring the thread load
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_private.h')
-rw-r--r--src/gallium/auxiliary/hud/hud_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/hud/hud_private.h b/src/gallium/auxiliary/hud/hud_private.h
index 580ceb3af8c..b8726da7342 100644
--- a/src/gallium/auxiliary/hud/hud_private.h
+++ b/src/gallium/auxiliary/hud/hud_private.h
@@ -144,7 +144,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_main_thread_busy_install(struct hud_pane *pane, const char *name);
+void hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main);
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,