![]() |
PEARL
Parallel Event Access and Replay Library
|
Auxiliary class to ease comparision between remote time segments.
#include <pearl/RemoteTimeSegment.h>
Public Member Functions | |
const Location & | getLocation () const |
const Callpath & | getCallpath () const |
timestamp_t | getStart () const |
timestamp_t | getEnd () const |
bool | operator< (const RemoteTimeSegment &rhs) const |
bool | operator<= (const RemoteTimeSegment &rhs) const |
bool | operator> (const RemoteTimeSegment &rhs) const |
bool | operator>= (const RemoteTimeSegment &rhs) const |
bool | operator== (const RemoteTimeSegment &rhs) const |
Constructors & destructors | |
RemoteTimeSegment (RemoteEvent enter, RemoteEvent leave) |
pearl::RemoteTimeSegment::RemoteTimeSegment | ( | RemoteEvent | enter, |
RemoteEvent | leave | ||
) |
const Callpath& pearl::RemoteTimeSegment::getCallpath | ( | ) | const |
timestamp_t pearl::RemoteTimeSegment::getEnd | ( | ) | const |
const Location& pearl::RemoteTimeSegment::getLocation | ( | ) | const |
bool pearl::RemoteTimeSegment::operator< | ( | const RemoteTimeSegment & | rhs | ) | const |
bool pearl::RemoteTimeSegment::operator<= | ( | const RemoteTimeSegment & | rhs | ) | const |
bool pearl::RemoteTimeSegment::operator== | ( | const RemoteTimeSegment & | rhs | ) | const |
bool pearl::RemoteTimeSegment::operator> | ( | const RemoteTimeSegment & | rhs | ) | const |
bool pearl::RemoteTimeSegment::operator>= | ( | const RemoteTimeSegment & | rhs | ) | const |
![]() |
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 |