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)
void appSubStep(java.lang.String... additionalInfo)
void vpStep(VpStep step, ViewPort vp, RenderQueue.Bucket bucket)
void spStep(SpStep step, java.lang.String... additionalInfo)