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
hershey5045 18847fb3cc
Improve handling of cached data limits. (#5232)
* Remove size limit on cached profile regions.

Signed-off-by: rbarrand <43485729+hershey5045@users.noreply.github.com>

* Discard excess profiling data once limit has been reached. Warn users only the first time the limit is reached.

Signed-off-by: rbarrand <43485729+hershey5045@users.noreply.github.com>

* Fix bug that was clearing cached time regions instead of the cached time regions map.

Signed-off-by: rbarrand <43485729+hershey5045@users.noreply.github.com>
4 years ago
..
CpuProfiler.h [atom_cpu_profiler_gem_promotion] quick small changes based on PR feedback 4 years ago
CpuProfilerImpl.cpp Improve handling of cached data limits. (#5232) 4 years ago
CpuProfilerImpl.h Improve handling of cached data limits. (#5232) 4 years ago
ImGuiCpuProfiler.cpp [atom_cpu_profiler_gem_promotion] quick small changes based on PR feedback 4 years ago
ImGuiCpuProfiler.h [atom_cpu_profiler_gem_promotion] quick small changes based on PR feedback 4 years ago
ProfilerImGuiModule.cpp [development] Fixed Profiler ImGui module name when building monolithic (#4848) 4 years ago
ProfilerImGuiSystemComponent.cpp [atom_cpu_profiler_gem_promotion] more quick small changes based on PR feedback 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 [atom_cpu_profiler_gem_promotion] more quick small changes based on PR feedback 4 years ago
ProfilerSystemComponent.h [atom_cpu_profiler_gem_promotion] additional APIs for external control of the CPU profiler and visualization 4 years ago