![]() |
PEARL
Parallel Event Access and Replay Library
|
Event representation for OMP_TASK_CREATE events.
#include <pearl/OmpTaskCreate_rep.h>
Public Member Functions | |
virtual event_t | getType () const |
virtual bool | isOfType (event_t type) const |
uint64_t | getTaskId () const |
Constructors & destructor | |
OmpTaskCreate_rep (timestamp_t timestamp, uint64_t taskId) | |
OmpTaskCreate_rep (const GlobalDefs &defs, Buffer &buffer) | |
Protected Member Functions | |
Generate human-readable output of event data | |
virtual std::ostream & | output (std::ostream &stream) const |
pearl::OmpTaskCreate_rep::OmpTaskCreate_rep | ( | timestamp_t | timestamp, |
uint64_t | taskId | ||
) |
pearl::OmpTaskCreate_rep::OmpTaskCreate_rep | ( | const GlobalDefs & | defs, |
Buffer & | buffer | ||
) |
uint64_t pearl::OmpTaskCreate_rep::getTaskId | ( | ) | const |
virtual event_t pearl::OmpTaskCreate_rep::getType | ( | ) | const [virtual] |
Implements pearl::Event_rep.
virtual bool pearl::OmpTaskCreate_rep::isOfType | ( | event_t | type | ) | const [virtual] |
Implements pearl::Event_rep.
virtual std::ostream& pearl::OmpTaskCreate_rep::output | ( | std::ostream & | stream | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
![]() |
Copyright © 1998–2014 Forschungszentrum Jülich GmbH,
Jülich Supercomputing Centre
Copyright © 2009–2014 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming |