Skip to content
Snippets Groups Projects

Speed up TimelineSvc

Merged Marco Clemencic requested to merge clemenci/Gaudi:speed-up-timelinesvc into master
1 unresolved thread

Closes #15 (closed)

Edited by Marco Clemencic

Merge request reports

Pipeline #319110 passed

Pipeline passed for e72f7268 on clemenci:speed-up-timelinesvc

Merged by Marco ClemencicMarco Clemencic 7 years ago (Mar 16, 2018 3:14pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
86 91 }
87 92 }
88 93
94 ITimelineSvc::TimelineRecorder TimelineSvc::getRecorder( std::string alg, const EventContext& ctx )
95 {
96 if ( UNLIKELY( m_events.size() == m_events.capacity() ) ) m_events.reserve( EVENTS_CHUNK_SIZE );
97 TimelineRecorder recorder{*m_events.emplace_back(), std::move( alg ), ctx};
  • Marco Clemencic resolved all discussions

    resolved all discussions

  • Marco Clemencic added 2 commits

    added 2 commits

    • dc4556a1 - Speed up TimelineSvc
    • 28ceb480 - Removed ITimelineSvc::registerTimelineEvent

    Compare with previous version

  • Edited by Software for LHCb
  • Illya Shapoval mentioned in merge request !610 (merged)

    mentioned in merge request !610 (merged)

  • mentioned in issue #15 (closed)

  • Marco Clemencic unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Marco Clemencic added 2 commits

    added 2 commits

    • 40d82b4e - Speed up TimelineSvc
    • e72f7268 - Removed ITimelineSvc::registerTimelineEvent

    Compare with previous version

  • assigned to @leggett

  • added To Do label

  • Please register or sign in to reply
    Loading