|
PEARL
Parallel Event Access and Replay Library
|
Definition of data types and constants. More...
#include <stdint.h>Namespaces | |
| pearl | |
| Namespace of the PEARL library. | |
Typedefs | |
| typedef double | pearl::timestamp_t |
| Data type for timestamp values. More... | |
| typedef uint32_t | pearl::ident_t |
| Data type for identifiers. More... | |
| typedef uint32_t | pearl::line_t |
| Data type for line number information. More... | |
Variables | |
| const uint32_t | pearl::PEARL_NO_ID = (~static_cast<uint32_t>(0)) |
| Constant used to identify unused/unknown identifier fields. More... | |
| const uint64_t | pearl::PEARL_NO_REQUEST = (~static_cast<uint64_t>(0)) |
| Constant used to identify undefined/unknown request identifier fields. More... | |
| const line_t | pearl::PEARL_NO_NUM = 0 |
| Constant used to identify unused/unknown number fields. More... | |
This header file provides definitions of PEARL-related data types and constants.
![]() |
Copyright © 1998–2016 Forschungszentrum Jülich GmbH,
Jülich Supercomputing Centre
Copyright © 2009–2015 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming |