Aviatrix3D
2.1.0

org.j3d.aviatrix3d.rendering
Class ProfilingData

java.lang.Object
  extended by org.j3d.aviatrix3d.rendering.ProfilingData
Direct Known Subclasses:
GraphicsProfilingData

public class ProfilingData
extends java.lang.Object

Timing data for profiling the performance of different rendering stages.

Author:
Alan Hudson

Field Summary
 long sceneCullTime
          The time spent in the cull stage in nanoseconds
 long sceneDrawTime
          The time spent in the draw stage in nanoseconds
 long sceneRenderTime
          The total time to render the scene in nanoseconds
 long sceneSortTime
          The time spent in the sort stage in nanoseconds
 
Constructor Summary
ProfilingData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sceneRenderTime

public long sceneRenderTime
The total time to render the scene in nanoseconds


sceneCullTime

public long sceneCullTime
The time spent in the cull stage in nanoseconds


sceneSortTime

public long sceneSortTime
The time spent in the sort stage in nanoseconds


sceneDrawTime

public long sceneDrawTime
The time spent in the draw stage in nanoseconds

Constructor Detail

ProfilingData

public ProfilingData()

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org