From 6946145b2360d86fa12bb9b9b423b2c6baef740c Mon Sep 17 00:00:00 2001 From: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com> Date: Thu, 7 Oct 2021 14:19:15 -0700 Subject: [PATCH] [atom_cpu_profiler_gem_promotion] moved CPU profiler files from Atom into new Profiler gem Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com> --- .../Code/Include/Atom/RHI => Profiler/Code/Source}/CpuProfiler.h | 0 .../Code/Source/RHI => Profiler/Code/Source}/CpuProfilerImpl.cpp | 0 .../Include/Atom/RHI => Profiler/Code/Source}/CpuProfilerImpl.h | 0 .../Code/Source/ImGuiCpuProfiler.cpp} | 0 .../Atom/Utils => Profiler/Code/Source}/ImGuiCpuProfiler.h | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Gems/{Atom/RHI/Code/Include/Atom/RHI => Profiler/Code/Source}/CpuProfiler.h (100%) rename Gems/{Atom/RHI/Code/Source/RHI => Profiler/Code/Source}/CpuProfilerImpl.cpp (100%) rename Gems/{Atom/RHI/Code/Include/Atom/RHI => Profiler/Code/Source}/CpuProfilerImpl.h (100%) rename Gems/{Atom/Utils/Code/Include/Atom/Utils/ImGuiCpuProfiler.inl => Profiler/Code/Source/ImGuiCpuProfiler.cpp} (100%) rename Gems/{Atom/Utils/Code/Include/Atom/Utils => Profiler/Code/Source}/ImGuiCpuProfiler.h (100%) diff --git a/Gems/Atom/RHI/Code/Include/Atom/RHI/CpuProfiler.h b/Gems/Profiler/Code/Source/CpuProfiler.h similarity index 100% rename from Gems/Atom/RHI/Code/Include/Atom/RHI/CpuProfiler.h rename to Gems/Profiler/Code/Source/CpuProfiler.h diff --git a/Gems/Atom/RHI/Code/Source/RHI/CpuProfilerImpl.cpp b/Gems/Profiler/Code/Source/CpuProfilerImpl.cpp similarity index 100% rename from Gems/Atom/RHI/Code/Source/RHI/CpuProfilerImpl.cpp rename to Gems/Profiler/Code/Source/CpuProfilerImpl.cpp diff --git a/Gems/Atom/RHI/Code/Include/Atom/RHI/CpuProfilerImpl.h b/Gems/Profiler/Code/Source/CpuProfilerImpl.h similarity index 100% rename from Gems/Atom/RHI/Code/Include/Atom/RHI/CpuProfilerImpl.h rename to Gems/Profiler/Code/Source/CpuProfilerImpl.h diff --git a/Gems/Atom/Utils/Code/Include/Atom/Utils/ImGuiCpuProfiler.inl b/Gems/Profiler/Code/Source/ImGuiCpuProfiler.cpp similarity index 100% rename from Gems/Atom/Utils/Code/Include/Atom/Utils/ImGuiCpuProfiler.inl rename to Gems/Profiler/Code/Source/ImGuiCpuProfiler.cpp diff --git a/Gems/Atom/Utils/Code/Include/Atom/Utils/ImGuiCpuProfiler.h b/Gems/Profiler/Code/Source/ImGuiCpuProfiler.h similarity index 100% rename from Gems/Atom/Utils/Code/Include/Atom/Utils/ImGuiCpuProfiler.h rename to Gems/Profiler/Code/Source/ImGuiCpuProfiler.h