com.samskivert.util
Class Invoker.UnitProfile

java.lang.Object
  extended by com.samskivert.util.Invoker.UnitProfile
Enclosing class:
Invoker

protected static class Invoker.UnitProfile
extends Object

Used to track profile information on invoked units.


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

Field Detail

_histo

protected Histogram _histo

_totalElapsed

protected long _totalElapsed
Constructor Detail

Invoker.UnitProfile

protected Invoker.UnitProfile()
Method Detail

record

public void record(long duration)

clear

public void clear()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.