public interface AppProfiler
| Modifier and Type | Method and Description |
|---|---|
void |
appStep(AppStep step)
Called at the beginning of the specified AppStep.
|
void |
appSubStep(java.lang.String... additionalInfo)
Called as a substep of the previous AppStep
|
void |
spStep(SpStep step,
java.lang.String... additionalInfo)
Called at the beginning of the specified SpStep (SceneProcessor step).
|
void |
vpStep(VpStep step,
ViewPort vp,
RenderQueue.Bucket bucket)
Called at the beginning of the specified VpStep during
the rendering of the specified ViewPort.
|
void appStep(AppStep step)
step - the application-level step that's about to beginvoid appSubStep(java.lang.String... additionalInfo)
additionalInfo - information about the substepvoid vpStep(VpStep step, ViewPort vp, RenderQueue.Bucket bucket)
step - the ViewPort-level step that's about to beginvp - which ViewPort is being processedbucket - which Bucket is being processedvoid spStep(SpStep step, java.lang.String... additionalInfo)
step - the SceneProcessor step that's about to beginadditionalInfo - information about the SceneProcessor step