diff options
author | Marek Olšák <[email protected]> | 2017-02-11 20:46:02 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-02-14 21:47:51 +0100 |
commit | 579ffe81f1365d5cbe785283b2a7f96ccaabafcc (patch) | |
tree | ddca1a58607d3c4b30205b7601678f33e026ee4e /src/gallium/auxiliary/hud/hud_private.h | |
parent | 626e4ef18f1ffc521ab3e6faef3173abedd52dbf (diff) |
gallium/hud: add monitoring of API thread busy status
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_private.h')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/hud/hud_private.h b/src/gallium/auxiliary/hud/hud_private.h index b23439e5c66..1d06e03dbe5 100644 --- a/src/gallium/auxiliary/hud/hud_private.h +++ b/src/gallium/auxiliary/hud/hud_private.h @@ -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, |