The Gaudi Framework  master (bb95dfce)
Loading...
Searching...
No Matches
TimelineEvent Struct Referencefinal

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/TimelineEvent.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 17 of file TimelineEvent.h.

Member Typedef Documentation

◆ Clock

using TimelineEvent::Clock = std::chrono::high_resolution_clock

Definition at line 18 of file TimelineEvent.h.

◆ time_point

using TimelineEvent::time_point = Clock::time_point

Definition at line 19 of file TimelineEvent.h.

Member Data Documentation

◆ algorithm

std::string TimelineEvent::algorithm

Definition at line 25 of file TimelineEvent.h.

◆ end

time_point TimelineEvent::end

Definition at line 28 of file TimelineEvent.h.

◆ event

size_t TimelineEvent::event

Definition at line 23 of file TimelineEvent.h.

◆ slot

size_t TimelineEvent::slot

Definition at line 22 of file TimelineEvent.h.

◆ start

time_point TimelineEvent::start

Definition at line 27 of file TimelineEvent.h.

◆ thread

pthread_t TimelineEvent::thread

Definition at line 21 of file TimelineEvent.h.


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