The Gaudi Framework  v30r3 (a5ef0a68)
TimelineEvent Struct Referencefinal

#include <GaudiKernel/ITimelineSvc.h>

Collaboration diagram for TimelineEvent:

Public Types

using Clock = std::chrono::high_resolution_clock
 
using time_point = Clock::time_point
 

Public Attributes

pthread_t thread
 
size_t slot
 
size_t event
 
std::string algorithm
 
time_point start
 
time_point end
 

Detailed Description

Definition at line 13 of file ITimelineSvc.h.

Member Typedef Documentation

using TimelineEvent::time_point = Clock::time_point

Definition at line 15 of file ITimelineSvc.h.

Member Data Documentation

std::string TimelineEvent::algorithm

Definition at line 21 of file ITimelineSvc.h.

time_point TimelineEvent::end

Definition at line 24 of file ITimelineSvc.h.

size_t TimelineEvent::event

Definition at line 19 of file ITimelineSvc.h.

size_t TimelineEvent::slot

Definition at line 18 of file ITimelineSvc.h.

time_point TimelineEvent::start

Definition at line 23 of file ITimelineSvc.h.

pthread_t TimelineEvent::thread

Definition at line 17 of file ITimelineSvc.h.


The documentation for this struct was generated from the following file: