Skip to content

Move monitoring class to processor class as a static member

This serves two purposes:

  1. Encapsulate monitoring statistics inside processor class
  2. 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

Merge request reports

Loading