/debug should show draw calls and triangles drawn per frame

/debug should show draw calls and triangles drawn per frame

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
aeonios
Posts: 202
Joined: 03 Feb 2015, 14:27

/debug should show draw calls and triangles drawn per frame

Post by aeonios »

As these are important figures for gauging performance in general. Also, on a semi-related note, does anyone know what the numbers in parentheses beside "particles" mean? One of the numbers is an int which is always larger than the non-parenthetical particle count and the other is a float between 0 and 1, which I assume has something to do with the particle limit but idk.

Also particle update/drawing performance does not seem to have an entry in the task profile.
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: /debug should show draw calls and triangles drawn per frame

Post by Beherith »

In my experience, the engine can reasonably push a few million tris per frame at 60fps, and the related perf is more dependant in how many models/draw calls that this amount is split over than anything else. If you want more exact numbers on draw calls and this, i suggest you use geDebugger with spring. Worked fine last time i tried it.
Post Reply

Return to “Engine”