An object which implements ProfilableIF can be profiled by
a ProfilerIF. In general this means that the object has a
size associated with it (be this a queue length, list length,
amount of memory, etc.). Currently this is used primarily for
profiling event queue lengths.
author: Matt Welsh
Method Summary
public int
profileSize() Return the size of the object being profiled.