Skip to content
Snippets Groups Projects
  1. Nov 12, 2021
    • Frank Winklmeier's avatar
      PyUtils: replace memoize by functools.cache · 98723928
      Frank Winklmeier authored
      Python 3.9 brings the `cache` decorator, which is equivalent to our own
      `memoize`. Replace the latter in all remaining places and use `cache`
      instead.
      
      Also delete unused `mp_forking` and "async" decorators. The latter can
      be achieved via the `concurrent.futures` module.
      98723928
  2. Dec 15, 2020
  3. Jan 06, 2020
  4. Dec 25, 2019
  5. Nov 18, 2019
  6. Sep 12, 2019
  7. Apr 25, 2019
  8. Feb 07, 2015
    • Scott Snyder's avatar
      Release memory in PerfMonSvc::postFinalize, to reduce noise in leak-checking.... · fdd0228a
      Scott Snyder authored
      Release memory in PerfMonSvc::postFinalize, to reduce noise in leak-checking. (PerfMonComps-00-25-07)
      
      	* Tagging PerfMonComps-00-25-07.
      	* src/PerfMonSvc.cxx (postFinalize): Release memory used by
      	m_ntuple here, to cut down noise in leak-checking.
      
      2015-01-22  Antonio Limosani  <antonio.limosani@sydney.edu.au>
      
      	* Tagging PerfMonComps-00-25-06.
      	* Bug fix. Fitting range for mem-leak estimation adjusted.
      
      2015-01-16  Antonio Limosani  <antonio.limosani@sydney.edu.au>
      
      	* Tagging PerfMonComps-00-25-05.
      	* Changing memleak fit regions from (20 to 50,51+) to (20 to 100,100+) event ranges
      fdd0228a
  9. Sep 19, 2014
Loading