[atom_cpu_profiler_gem_promotion] updated namespaces for moved files

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
monroegm-disable-blank-issue-2
AMZN-ScottR 4 years ago
parent 6946145b23
commit d193dc40a9

@ -15,9 +15,7 @@
#include <AzCore/std/containers/unordered_map.h>
#include <AzCore/std/string/string.h>
namespace AZ
{
namespace RHI
namespace Profiler
{
//! Structure that is used to cache a timed region into the thread's local storage.
struct CachedTimeRegion
@ -82,6 +80,4 @@ namespace AZ
virtual bool IsProfilerEnabled() const = 0 ;
};
} // namespace RPI
} // namespace AZ
} // namespace Profiler

@ -15,9 +15,7 @@
#include <AzCore/Statistics/StatisticalProfilerProxy.h>
#include <Atom/RHI/RHIUtils.h>
namespace AZ
{
namespace RHI
namespace Profiler
{
thread_local CpuTimingLocalStorage* CpuProfilerImpl::ms_threadLocalStorage = nullptr;
@ -444,5 +442,4 @@ namespace AZ
;
}
}
} // namespace RHI
} // namespace AZ
} // namespace Profiler

@ -20,9 +20,7 @@
#include <AzCore/std/smart_ptr/intrusive_refcount.h>
namespace AZ
{
namespace RHI
namespace Profiler
{
//! Thread local class to keep track of the thread's cached time regions.
//! Each thread keeps track of its own time regions, which is communicated from the CpuProfilerImpl.
@ -184,5 +182,4 @@ namespace AZ
AZStd::vector<CpuProfilingStatisticsSerializerEntry> m_cpuProfilingStatisticsSerializerEntries;
};
}; // namespace RHI
}; // namespace AZ
}; // namespace Profiler

@ -25,9 +25,7 @@
#include <AzCore/std/time.h>
namespace AZ
{
namespace Render
namespace Profiler
{
namespace CpuProfilerImGuiHelper
{
@ -1155,5 +1153,4 @@ namespace AZ
}
return threadString;
}
} // namespace Render
} // namespace AZ
} // namespace Profiler

@ -15,9 +15,7 @@
#include <Atom/RHI/CpuProfiler.h>
namespace AZ
{
namespace Render
namespace Profiler
{
//! Stores all the data associated with a row in the table.
struct TableRow
@ -225,7 +223,6 @@ namespace AZ
AZStd::unordered_set<AZStd::string> m_deserializedStringPool;
AZStd::unordered_set<RHI::CachedTimeRegion::GroupRegionName, RHI::CachedTimeRegion::GroupRegionName::Hash> m_deserializedGroupRegionNamePool;
};
} // namespace Render
} // namespace AZ
} // namespace Profiler
#include "ImGuiCpuProfiler.inl"

Loading…
Cancel
Save