You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/Tools/MaterialEditor/Code/Source/Viewport
Scott Romero a95c609bd8
[development] Migrate Atom CPU timing stats tracking to use global stats profiler (#4549)
This change is a preparation for moving the CPU profiler/visualization system from Atom into its own Gem by removing the dependency on local time tracking object AZ::RHI::CpuTimingStatistics

Full changes include:
- Removed all usage of AZ::RHI::CpuTimingStatistics
-- Replaced with pushing to AZ::Statistics::StatisticalProfilerProxy global instance
- Promoted VariableTimer from AZ::RHI to AZ::Debug
- Removed now unused CpuTimingStatistics.h

Signed-off-by: AMZN-ScottR 24445312+AMZN-ScottR@users.noreply.github.com
4 years ago
..
InputController Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
MaterialViewportComponent.cpp fix other configurtion typos to be configuration 4 years ago
MaterialViewportComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MaterialViewportModule.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MaterialViewportRenderer.cpp Material Component: Can set material property overrides on default materials 4 years ago
MaterialViewportRenderer.h Merge branch 'Atom/guthadam/atomtools_updating_cmake_config' into Atom/guthadam/atomtools_updating_cmake_config_plus_bootstrap 4 years ago
MaterialViewportSettings.cpp Moved material editor document system buses and system components to atom tools framework 4 years ago
MaterialViewportWidget.cpp updated/removed platform specific files 4 years ago
MaterialViewportWidget.h deleting platform specific code from ME and SMC 4 years ago
MaterialViewportWidget.ui Initial commit 5 years ago
PerformanceMonitorComponent.cpp [development] Migrate Atom CPU timing stats tracking to use global stats profiler (#4549) 4 years ago
PerformanceMonitorComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago