Skip to content

Commit

Permalink
Add basic global (not per-process) GPU usage for AMDGPU
Browse files Browse the repository at this point in the history
Mostly this is just interacting with DRM kernel code and libdrm.
  • Loading branch information
zhuyifei1999 committed Mar 21, 2022
1 parent 7ca8b55 commit f4ba53a
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ add_executable (nvtop
interface_ring_buffer.c
get_process_info_linux.c
extract_gpuinfo.c
extract_gpuinfo_amdgpu.c
extract_gpuinfo_nvidia.c
time.c
plot.c
Expand Down
Loading

0 comments on commit f4ba53a

Please sign in to comment.