![]() |
The Gaudi Framework
v27r0
|
#include <src/TimelineSvc.h>
Public Member Functions | |
virtual StatusCode | initialize () |
virtual StatusCode | reinitialize () |
virtual StatusCode | finalize () |
virtual void | registerTimelineEvent (const TimelineEvent &e) |
bool | isEnabled () const |
TimelineSvc (const std::string &name, ISvcLocator *svc) | |
virtual | ~TimelineSvc () |
![]() | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
~extends () override=default | |
Virtual destructor. More... | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
~extends () override=default | |
Virtual destructor. More... | |
![]() | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
Private Member Functions | |
void | outputTimeline () |
Private Attributes | |
bool | m_isEnabled |
std::string | m_timelineFile |
tbb::concurrent_vector< TimelineEvent > | m_events |
Additional Inherited Members | |
![]() | |
using | base_class = extends |
Typedef to this class. More... | |
using | extend_interfaces_base = extend_interfaces< Interfaces...> |
Typedef to the base of this class. More... | |
using | base_class = extends |
Typedef to this class. More... | |
using | extend_interfaces_base = extend_interfaces< Interfaces...> |
Typedef to the base of this class. More... | |
![]() | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
take union of the ext_iids of all Interfaces... More... | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
take union of the ext_iids of all Interfaces... More... | |
Definition at line 12 of file TimelineSvc.h.
TimelineSvc::TimelineSvc | ( | const std::string & | name, |
ISvcLocator * | svc | ||
) |
Definition at line 7 of file TimelineSvc.cpp.
|
virtual |
Definition at line 18 of file TimelineSvc.cpp.
|
virtual |
Definition at line 56 of file TimelineSvc.cpp.
|
virtual |
Definition at line 26 of file TimelineSvc.cpp.
|
inline |
Definition at line 22 of file TimelineSvc.h.
|
private |
Definition at line 86 of file TimelineSvc.cpp.
|
virtual |
Definition at line 75 of file TimelineSvc.cpp.
|
virtual |
Definition at line 43 of file TimelineSvc.cpp.
|
private |
Definition at line 35 of file TimelineSvc.h.
|
private |
Definition at line 33 of file TimelineSvc.h.
|
private |
Definition at line 34 of file TimelineSvc.h.