Class RenderStats
java.lang.Object
dev.engine.core.profiler.RenderStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintlongintvoidvoidrecordDrawCall(int vertices, int indices) voidvoidvoidintvoidreset()Per-resource-type lifecycle stats (live totals + per-frame create/destroy counts).inttoString()long
-
Constructor Details
-
RenderStats
public RenderStats()
-
-
Method Details
-
recordDrawCall
public void recordDrawCall(int vertices, int indices) -
recordPipelineBind
public void recordPipelineBind() -
recordTextureBind
public void recordTextureBind() -
recordBufferBind
public void recordBufferBind() -
recordRenderTargetBind
public void recordRenderTargetBind() -
drawCalls
public int drawCalls() -
verticesSubmitted
public long verticesSubmitted() -
indicesSubmitted
public long indicesSubmitted() -
pipelineBinds
public int pipelineBinds() -
textureBinds
public int textureBinds() -
bufferBinds
public int bufferBinds() -
renderTargetBinds
public int renderTargetBinds() -
resources
Per-resource-type lifecycle stats (live totals + per-frame create/destroy counts). -
reset
public void reset() -
toString
-