preCICE v3.1.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
precice::profiling::TimedEntry Struct Reference

An event that has been recorded and it waiting to be written to file. More...

#include <EventUtils.hpp>

Inheritance diagram for precice::profiling::TimedEntry:
[legend]

Public Member Functions

 TimedEntry (int eid, Event::Clock::time_point c)
 

Public Attributes

int eid
 
Event::Clock::time_point clock
 

Detailed Description

An event that has been recorded and it waiting to be written to file.

Definition at line 38 of file EventUtils.hpp.

Constructor & Destructor Documentation

◆ TimedEntry()

precice::profiling::TimedEntry::TimedEntry ( int eid,
Event::Clock::time_point c )
inline

Definition at line 39 of file EventUtils.hpp.

Member Data Documentation

◆ clock

Event::Clock::time_point precice::profiling::TimedEntry::clock

Definition at line 43 of file EventUtils.hpp.

◆ eid

int precice::profiling::TimedEntry::eid

Definition at line 42 of file EventUtils.hpp.


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