public interface PerformanceObserver
PerformanceMonitor class.| Modifier and Type | Method and Description |
|---|---|
void |
checkpoint(String name,
int ticks)
This method is called by the
PerformanceMonitor class
whenever an action's requested time interval between checkpoints
has expired. |
void checkpoint(String name, int ticks)
PerformanceMonitor class
whenever an action's requested time interval between checkpoints
has expired.name - the action name.ticks - the ticks since the last checkpoint.Copyright © 2015. All rights reserved.