StatusCodeSvc: thread-safety fixes
Make the StatusCodeSvc
thread-safe:
- use
tbb::concurrent_unordered_map
for storing of counts - apply the filters during printout in finalize instead of modifying the map during initialize
- sort the output in finalize to ensure the same order as in the
previous version using
std::map
Edited by Marco Clemencic