Move monitoring class to processor class as a static member
requested to merge move_monitoring_class_to_processor into patch-supress_inconsistentNframes_message
This serves two purposes:
- Encapsulate monitoring statistics inside processor class
- Makes it easy to change to a thread local storage if need-by
I also renamed monitoring to statistics. But let me know if you prefer the original naming more.
The most important change is in processor.h
Edited by Petr Zejdl