|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.aviatrix3d.rendering.ProfilingData
public class ProfilingData
Timing data for profiling the performance of different rendering stages.
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 |
---|
public long sceneRenderTime
public long sceneCullTime
public long sceneSortTime
public long sceneDrawTime
Constructor Detail |
---|
public ProfilingData()
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |