| Package | Description |
|---|---|
| com.threerings.media.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
PerformanceMonitor.register(PerformanceObserver obs,
String name,
long delta)
Register a new action with an observer, the action name, and the milliseconds to wait
between checkpointing the action's performance.
|
static void |
PerformanceMonitor.tick(PerformanceObserver obs,
String name)
Tick the named action associated with the given observer.
|
static void |
PerformanceMonitor.unregister(PerformanceObserver obs,
String name)
Un-register the named action associated with the given observer.
|
Copyright © 2015. All rights reserved.