|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.web3d.browser.AbstractProfilingInfo
public abstract class AbstractProfilingInfo
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 | |
|---|---|
AbstractProfilingInfo()
|
|
| Method Summary | |
|---|---|
long |
getSceneCullTime()
Return the time spent in the cull stage in nanoseconds |
long |
getSceneDrawTime()
Return the time spent in the draw stage in nanoseconds |
long |
getSceneRenderTime()
Return the total time to render the scene in nanoseconds |
long |
getSceneSortTime()
Return the time spent in the sort stage in nanoseconds |
| 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 AbstractProfilingInfo()
| Method Detail |
|---|
public long getSceneRenderTime()
getSceneRenderTime in interface ProfilingInfopublic long getSceneCullTime()
getSceneCullTime in interface ProfilingInfopublic long getSceneSortTime()
getSceneSortTime in interface ProfilingInfopublic long getSceneDrawTime()
getSceneDrawTime in interface ProfilingInfo
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||