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