Skip to content
Snippets Groups Projects
  1. Apr 30, 2018
  2. Apr 27, 2018
  3. Apr 26, 2018
  4. Apr 25, 2018
  5. Apr 24, 2018
  6. Apr 20, 2018
  7. Apr 18, 2018
  8. Apr 17, 2018
    • Sebastien Ponce's avatar
      Implementation of a new set of counters for Gaudi, replacing StatEntity · 1a247999
      Sebastien Ponce authored
      The new counters have a few new features compared to existing StatEntity :
        - they are templated by the counted type
        - they come with different flavors counting only what you need (e.g. simple count, no stat)
        - more flavour can easily be created at will thanks to the AccumulatorSet object
        - they come with 2 implementations : thread safe or not
        - the thread safe ones use atomics and should be as efficient as possible
        - a Buffer object allows to easily buffer updates to a counter made in a tight loop, without paying the atomic price each time
      
      A Small unit test is available in the test suite and example code is provided in the comments of Counters.h where they are implemented.
      Existing code has been adapted, in particulat the ChronoSvc.
      1a247999
    • Andrea Valassi's avatar
      New interface for using Gaudi counters (LHCBPS-1758) · 94045bef
      Andrea Valassi authored and Sebastien Ponce's avatar Sebastien Ponce committed
      94045bef
  9. Apr 16, 2018
  10. Apr 13, 2018
  11. Apr 12, 2018
  12. Apr 11, 2018
  13. Apr 10, 2018
Loading