com.threerings.presents.server
Class PresentsDObjectMgr.UnitProfile
java.lang.Object
com.threerings.presents.server.PresentsDObjectMgr.UnitProfile
- Enclosing class:
- PresentsDObjectMgr
protected static class PresentsDObjectMgr.UnitProfile
- extends Object
Used to profile time spent invoking units and processing events if such profiling is
enabled.
_totalElapsed
protected long _totalElapsed
_longest
protected long _longest
_histo
protected Histogram _histo
PresentsDObjectMgr.UnitProfile
protected PresentsDObjectMgr.UnitProfile()
record
public void record(long elapsed)
toString
public String toString()
- Overrides:
toString in class Object