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