Announcement

Collapse
No announcement yet.

The Vulkan Overlay Can Display Some Extra Information With Mesa 19.1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • The Vulkan Overlay Can Display Some Extra Information With Mesa 19.1

    Phoronix: The Vulkan Overlay Can Display Some Extra Information With Mesa 19.1

    One of the early features merged back in February for Mesa 19.1 was the new Vulkan Overlay layer to expose various performance metrics akin to the Gallium3D "HUD" also living within Mesa. Ahead of the Mesa 19.1 feature freeze, some more capabilities are now added to this Vulkan overlay/HUD...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    CPU and GPU load would be very useful.

    Comment


    • #3
      To see all current config options, use:

      Code:
      VK_INSTANCE_LAYERS=VK_LAYER_MESA_overlay VK_LAYER_MESA_OVERLAY_CONFIG=help vkcube
      See: https://gitlab.freedesktop.org/mesa/...y-layer/README

      Comment


      • #4
        Michael will this give you the ability to make lots of additional graphs when benching Windows games on DXVK and native Vulkan titles?

        Comment


        • #5
          Originally posted by boxie View Post
          Michael will this give you the ability to make lots of additional graphs when benching Windows games on DXVK and native Vulkan titles?
          Not much. You have framerate and frametime which DXVK_HUD also provides. Other stats I find most useful are GPU and CPU utilization which neither of them have. The rest are already more esoteric stats.

          Comment


          • #6
            Originally posted by shmerl View Post

            Not much. You have framerate and frametime which DXVK_HUD also provides. Other stats I find most useful are GPU and CPU utilization which neither of them have. The rest are already more esoteric stats.
            A time series graph of CPU/GPU usage and FPS would be awesome - throw in some Disk latecy to detect spikes there that might affect framerate and you have a deep dive in a graph

            Comment


            • #7
              Is this available by default in Mesa 19.1 or does it need to activated through build options?

              Comment


              • #8
                This isn't building for me with Clang or GCC

                Comment

                Working...
                X