illwieckz

20210718 gallium hud

Jul 18th, 2021 (edited)
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. export GALLIUM_HUD_PERIOD=0.07;
  2.  
  3. GALLIUM_HUD=".x10.y10.w250.h80.dGPU-load+cpu+fps+frametime;"
  4. GALLIUM_HUD+=".x10.y160.w250.h80.dGPU-load+GPU-shaders-busy+fps+frametime;"
  5. GALLIUM_HUD+=".x10.y310.w210.h80$(seq 0 $(nproc) | head -n -1 | xargs -n1 -P1 -I{} echo cpufreq-cur-cpu{} | paste -sd+);"
  6. GALLIUM_HUD+=".x310.y10.w210.h80requested-VRAM+VRAM-usage;"
  7. GALLIUM_HUD+=".x310.y160.w250.h80GPU-shaders-busy;"
  8. GALLIUM_HUD+=".x310.y310.w250.h80samples-passed;"
  9. GALLIUM_HUD+=".x310.y460.w250.h80decompress-calls;"
  10. GALLIUM_HUD+=".x610.y10.w250.h80.dframetime;"
  11. GALLIUM_HUD+=".x610.y160.w250.h80.dfps;"
  12. GALLIUM_HUD+=".x610.y310.w250.h80.ddraw-calls;"
  13. GALLIUM_HUD+=".x610.y460.w250.h80primitives-generated;"
  14.  
  15. export GALLIUM_HUD
Add Comment
Please, Sign In to add comment