Package com.jme3.app
Class DetailedProfiler
java.lang.Object
com.jme3.app.DetailedProfiler
- All Implemented Interfaces:
- AppProfiler
Created by Nehon on 25/01/2017.
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled at the beginning of the specified AppStep.voidappSubStep(String... additionalInfo) Called as a substep of the previous AppStepdoublegetStats()voidsetRenderer(Renderer renderer) voidCalled at the beginning of the specified SpStep (SceneProcessor step).voidvpStep(VpStep step, ViewPort vp, RenderQueue.Bucket bucket) Called at the beginning of the specified VpStep during the rendering of the specified ViewPort.
- 
Constructor Details- 
DetailedProfilerpublic DetailedProfiler()
 
- 
- 
Method Details- 
appStepDescription copied from interface:AppProfilerCalled at the beginning of the specified AppStep.- Specified by:
- appStepin interface- AppProfiler
- Parameters:
- step- the application-level step that's about to begin
 
- 
appSubStepDescription copied from interface:AppProfilerCalled as a substep of the previous AppStep- Specified by:
- appSubStepin interface- AppProfiler
- Parameters:
- additionalInfo- information about the substep
 
- 
vpStepDescription copied from interface:AppProfilerCalled at the beginning of the specified VpStep during the rendering of the specified ViewPort. For bucket-specific steps the Bucket parameter will be non-null.- Specified by:
- vpStepin interface- AppProfiler
- Parameters:
- step- the ViewPort-level step that's about to begin
- vp- which ViewPort is being processed
- bucket- which Bucket is being processed
 
- 
spStepDescription copied from interface:AppProfilerCalled at the beginning of the specified SpStep (SceneProcessor step). For more detailed steps it is possible to provide additional information as strings, like the name of the processor.- Specified by:
- spStepin interface- AppProfiler
- Parameters:
- step- the SceneProcessor step that's about to begin
- additionalInfo- information about the SceneProcessor step
 
- 
getStats
- 
getAverageFrameTimepublic double getAverageFrameTime()
- 
setRenderer
 
-