Skip to content

Commit

Permalink
restrict FastTimerService to default arena
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Riley authored and Dan Riley committed Mar 9, 2021
1 parent 43757d1 commit c1886c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HLTrigger/Timer/plugins/FastTimerService.cc
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,8 @@ void FastTimerService::PlotsPerJob::fill_lumi(AtomicResources const& data, unsig
///////////////////////////////////////////////////////////////////////////////

FastTimerService::FastTimerService(const edm::ParameterSet& config, edm::ActivityRegistry& registry)
: // configuration
: tbb::task_scheduler_observer(true),
// configuration
callgraph_(),
// job configuration
concurrent_lumis_(0),
Expand Down

0 comments on commit c1886c2

Please sign in to comment.