com.threerings.tudey.server
Class TudeySceneManager.TickProfile

java.lang.Object
  extended by com.threerings.tudey.server.TudeySceneManager.TickProfile
Enclosing class:
TudeySceneManager

protected static class TudeySceneManager.TickProfile
extends Object

Records information about a tick participant.


Field Summary
protected  Histogram _histo
           
protected  long _longest
           
protected  long _totalElapsed
           
 
Constructor Summary
protected TudeySceneManager.TickProfile()
           
 
Method Summary
 void record(long elapsed)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_totalElapsed

protected long _totalElapsed

_longest

protected long _longest

_histo

protected Histogram _histo
Constructor Detail

TudeySceneManager.TickProfile

protected TudeySceneManager.TickProfile()
Method Detail

record

public void record(long elapsed)

toString

public String toString()
Overrides:
toString in class Object