Go to the source code of this file.
Data Structures | |
class | PathHistory |
A class that is used to track the entry points and other information about a critical path as a charm++ program executes. More... | |
Functions | |
void | resetPECriticalPath () |
void | printPECriticalPath () |
void | registerTerminalEntryMethod () |
void | resetCricitalPathDetection () |
void | resetThisEntryPath () |
Variables | |
envelope * | currentlyExecutingMsg |
bool | thisMethodSentAMessage |
double | timeEntryMethodStarted |
Definition in file envelope-path.h.
void resetPECriticalPath | ( | ) |
void printPECriticalPath | ( | ) |
void registerTerminalEntryMethod | ( | ) |
void resetCricitalPathDetection | ( | ) |
Referenced by PathHistory::createPath().
double timeEntryMethodStarted |