• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Understanding Star Swarm Data (Mantle vs D3D)

Sequences

Member
Given the recent release of AMD's new drivers, I decided to give it a spin.

I see there is an option to dump raw data, great! This is how I interpret the data:

  • Frame: Frame number of my run
  • CurrentFPS: What it thinks the current FPS is, not really sure how this number is calculated. Is this the number of frames in the last second?
  • UnitCount: number of units currently on the field
  • Batches: number of batches of work sent to the GPU to be done
  • Milliseconds: how long this batch of work took

Is this correct?
 
Back
Top