public class PerformanceTracker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PerformanceTracker.FrameListener |
| Constructor and Description |
|---|
PerformanceTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFrameListener(PerformanceTracker.FrameListener frameListener) |
void |
clearRenderTimes() |
java.util.List<<any>> |
getSortedRenderTimes() |
void |
logRenderTimes() |
void |
recordRenderTime(java.lang.String layerName,
float millis) |
void |
removeFrameListener(PerformanceTracker.FrameListener frameListener) |
public void recordRenderTime(java.lang.String layerName,
float millis)
public void addFrameListener(PerformanceTracker.FrameListener frameListener)
public void removeFrameListener(PerformanceTracker.FrameListener frameListener)
public void clearRenderTimes()
public void logRenderTimes()
public java.util.List<<any>> getSortedRenderTimes()