Skip to content

vulkan/overlay: add cpu-load graphs

Oschowa requested to merge Oschowa/mesa:vulkan-overlay-cpu into master

Hi,

This MR basically ports the cpu-load-query from the gallium_hud to the vulkan-overlay. The new graphs can be added to the overlay by setting the new stat flags 'cpu-load' for an average, or 'cpu-load-per-core' for one graph per cpu. I decided against copying the windows implementation from the gallium_hud because i currently have no way to test it. There is also one indentation fix in there which i spotted along the way. Feel free to demand major changes, as i'm not really sure about the approach, thanks!.

Screenshot_from_2019-02-25_14-51-03

Edited by Oschowa

Merge request reports