GPUManager – C++ Application

Overview

GPU Manager is a simple C++ written utility program that enumerate all display adapters & provide their information in Windows Task Manager UI.

Features

  • Monitoring GPU usage, dedicated & shared memory usage with Windows Task Manager like UI & graph.
  • Extended statictis & monitoring for NVIDIA graphic processors via NVAPI.
  • Source code included.
  • Overlock support for NVIDIA graphic processors. (In development)
  • Extended statictis & monitoring for Intel & AMD graphic processors. (In development)

Requirements

  • Windows 7 and above.
  • MS Visual C++ 2017 Redistributable.

Instructions

  • To build: Requires Visual Studio (2017 or later). You can download the free Visual Studio Community Edition.

Related