What are the GPU and CPU time in milliseconds?
What are the GPU and CPU time in milliseconds?
The time required for the GPU-CPU to render frames is optimal when they are synchronized closely, aiming for minimal delay. A frame rate of 10 ms corresponds to approximately 100 frames per second.
CPU usage: How quickly the CPU handled the game's logic
GPU performance: How long the GPU took to render a frame
Having both values lower is preferable, with CPU time being less than GPU time being ideal. CPU time determines the highest possible frame rate since the GPU waits for the CPU to finish processing. If you see CPU time at 33ms and GPU time at 10ms, and you're experiencing around 30FPS, it means the CPU is the limiting factor.