Skip to content

Commit

Permalink
Rename 'amdgpu.(cpp|h)' to 'amdgpu_metrics.(cpp|h)'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsolos committed Mar 7, 2023
1 parent 00a203d commit 17c920f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/amdgpu.cpp → src/amdgpu_metrics.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <spdlog/spdlog.h>
#include <thread>
#include <sys/sysinfo.h>
#include "amdgpu.h"
#include "amdgpu_metrics.h"
#include "gpu.h"
#include "cpu.h"
#include "overlay.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "nvidia_info.h"
#endif

#include "amdgpu.h"
#include "amdgpu_metrics.h"

using namespace std::chrono_literals;

Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ vklayer_files = files(
'vulkan.cpp',
'blacklist.cpp',
'file_utils.cpp',
'amdgpu.cpp',
'amdgpu_metrics.cpp',
'intel.cpp'
)
opengl_files = []
Expand Down
2 changes: 1 addition & 1 deletion src/overlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "file_utils.h"
#include "pci_ids.h"
#include "iostats.h"
#include "amdgpu.h"
#include "amdgpu_metrics.h"
#include "amdgpu_libdrm.h"


Expand Down

0 comments on commit 17c920f

Please sign in to comment.