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/Profiler/Code/Source
Scott Romero a20f48915e
[development] Profiler gem cleanup (#7533)
Consolidated the contents of CpuProfilerImp.h into CpuProfiler.h
Renamed CpuProfilerImpl.cpp to CpuProfiler.cpp
Collapsed the CpuProfilerImpl class into the intermediary CpuProfiler interface class, removing that interface type
Replaced all calls to the old CpuProfiler interface with AZ::Debug::ProfilerSystemInterface
Added accessor to see if a continuous capture is in progress to AZ::Debug::ProfilerRequests

Signed-off-by: AMZN-ScottR 24445312+AMZN-ScottR@users.noreply.github.com
4 years ago
..
CpuProfiler.cpp [development] Profiler gem cleanup (#7533) 4 years ago
CpuProfiler.h [development] Profiler gem cleanup (#7533) 4 years ago
ImGuiCpuProfiler.cpp [development] Profiler gem cleanup (#7533) 4 years ago
ImGuiCpuProfiler.h [development] added option to control update frequency in profiler visualizer (#7705) 4 years ago
ProfilerImGuiModule.cpp [development] Fixed Profiler ImGui module name when building monolithic (#4848) 4 years ago
ProfilerImGuiSystemComponent.cpp [development] Profiler gem cleanup (#7533) 4 years ago
ProfilerImGuiSystemComponent.h [atom_cpu_profiler_gem_promotion] more quick small changes based on PR feedback 4 years ago
ProfilerModule.cpp [atom_cpu_profiler_gem_promotion] created profiler ImGui variant module and hooked up data/viz to their respective modules 4 years ago
ProfilerSystemComponent.cpp [development] Profiler gem cleanup (#7533) 4 years ago
ProfilerSystemComponent.h [development] Profiler gem cleanup (#7533) 4 years ago