diff options
author | Marek Olšák <[email protected]> | 2017-02-16 13:29:16 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-02-18 01:22:08 +0100 |
commit | c8d84801b76aa0bfb04f5adcfb83335ee54b01e6 (patch) | |
tree | e0ee22a677dcea9c05fdf47a6d4365b369c19eab /src/gallium/auxiliary/hud/hud_cpu.c | |
parent | 22c34bbc55a4f2db956780221b251731885cd162 (diff) |
gallium/hud: create files after graphs are created to get final names
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Edmondo Tommasina <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_cpu.c')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_cpu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/hud/hud_cpu.c b/src/gallium/auxiliary/hud/hud_cpu.c index a8d97b81f35..1cba353603d 100644 --- a/src/gallium/auxiliary/hud/hud_cpu.c +++ b/src/gallium/auxiliary/hud/hud_cpu.c @@ -214,8 +214,6 @@ hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index) info = gr->query_data; info->cpu_index = cpu_index; - hud_graph_set_dump_file(gr); - hud_pane_add_graph(pane, gr); hud_pane_set_max_value(pane, 100); } @@ -285,8 +283,6 @@ hud_api_thread_busy_install(struct hud_pane *pane) */ gr->free_query_data = free_query_data; - hud_graph_set_dump_file(gr); - hud_pane_add_graph(pane, gr); hud_pane_set_max_value(pane, 100); } |