org.jgroups.debug |
Provides debug support, including testing, profiling, and a graphical view of a protocol stack.
|
Java Source File Name | Type | Comment |
Debugger.java | Class | The Debugger displays a graphical view of the protocol stack by showing all the protocols and
the events in them. |
Profiler.java | Class | Allows to time execution of 'named' statements, counts number of times called and total
execution time. |
ProtocolSpecificView.java | Class | Abstract class for all protocol-specific views, e.g. |
ProtocolTester.java | Class | Generic class to test one or more protocol layers directly. |
ProtocolView.java | Class | |
QUEUEView.java | Class | Shows the internals of the QUEUE protocol. |
Simulator.java | Class | Tests one or more protocols independently. |