Package ca.uqac.lif.cep.diagnostics
A set of processors and functions used to debug and diagnose problems in
a processor chain.
- Author:
- Sylvain Hallé
-
Class Summary Class Description Derivation DiagnosticsCallback Empty class representing a callback for a diagnostics functionMain Dummy main filePassthroughCounter APassthrough
processor that keeps the count of events that went through it.PrintThrough APassthrough
processor that prints every event it receives to the standard output.ThroughputMeter Timer Timer that pushes the contents ofm_packedEvents
everym_outputInterval
milliseconds.WindowConsole Prints whatever is given to it in a text window.