Class RenderStats

java.lang.Object
dev.engine.core.profiler.RenderStats

public class RenderStats extends Object
  • 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

      public ResourceStats resources()
      Per-resource-type lifecycle stats (live totals + per-frame create/destroy counts).
    • reset

      public void reset()
    • toString

      public String toString()
      Overrides:
      toString in class Object