Skip to content

Asynchronous histogramming

Compare
Choose a tag to compare
@spaulaus spaulaus released this 21 Nov 16:02
· 335 commits to master since this release
dadba9f

Release Notes

  • We removed Trace filterer and incorporated filtering into Scope.
  • The data generator could kill compilation if PAASS_BUILD_ANALYSIS=OFF. We just wrapped the call to the sub directory in an if.
  • Histogram writing is asynchronous. We no longer back up the analysis while writing histograms and trees to disk. Data is flushed to disk every 2 seconds.