Actions
Task ARCH-143
closedEpic ARCH-150: Developer Alpha
Alpha Performance Profiling
Status:
Done
Assignee:
Priority:
Medium
Parent task:
Due date:
Start date:
02/10/2025
Description
User Story¶
As a developer, I want to monitor CPU, RAM, and rendering performance, so that I can optimize the game for smooth performance before Beta.
Description¶
- Tracks CPU, RAM, and GPU usage in real-time.
- Helps identify bottlenecks in physics, AI, rendering, or scripting.
- Profiling tools enable early optimization before Beta.
Test Cases¶
- Verify that CPU and RAM usage remains within expected limits.
- Ensure that profiling tools track frame rate drops and rendering times.
- Confirm that no memory leaks occur in long play sessions.
- Validate that performance logs highlight inefficient code sections
Actions