NAMD
|
Go to the source code of this file.
Classes | |
struct | NamdProfileEvent |
Macros | |
#define | NAMD_PROFILE_EVENT(a, b) a, |
#define | NAMD_PROFILE_EVENT(a, b) b, |
#define | NAMD_PROFILE_START() do { } while(0) |
#define | NAMD_PROFILE_STOP() do { } while(0) |
#define | NAMD_REGISTER_EVENT(name, cid) do { } while(0) |
#define | NAMD_EVENT_START(eon, id) do { } while(0) |
#define | NAMD_EVENT_START_EX(eon, id, str) do { } while(0) |
#define | NAMD_EVENT_STOP(eon, id) do { } while(0) |
#define | NAMD_EVENT_RANGE(eon, id) do { } while(0) |
#define | NAMD_EVENT_RANGE_2(eon, id) do { } while(0) |
Variables | |
char const *const | NamdProfileEventStr [] |
#define NAMD_EVENT_RANGE | ( | eon, | |
id | |||
) | do { } while(0) |
Definition at line 315 of file NamdEventsProfiling.h.
#define NAMD_EVENT_RANGE_2 | ( | eon, | |
id | |||
) | do { } while(0) |
Definition at line 318 of file NamdEventsProfiling.h.
Referenced by Sequencer::addForceToMomentum(), Sequencer::addForceToMomentum3(), Sequencer::addVelocityToPosition(), Sequencer::langevinVelocitiesBBK1(), Sequencer::langevinVelocitiesBBK2(), Sequencer::maximumMove(), Sequencer::newtonianVelocities(), Sequencer::rattle1(), Sequencer::submitCollections(), Sequencer::submitHalfstep(), and Sequencer::submitReductions().
#define NAMD_EVENT_START | ( | eon, | |
id | |||
) | do { } while(0) |
Definition at line 306 of file NamdEventsProfiling.h.
Referenced by HomePatch::doAtomMigration(), and Sequencer::integrate().
#define NAMD_EVENT_START_EX | ( | eon, | |
id, | |||
str | |||
) | do { } while(0) |
Definition at line 309 of file NamdEventsProfiling.h.
Referenced by HomePatch::doPairlistCheck(), Sequencer::integrate(), HomePatch::positionsReady(), and Node::startup().
#define NAMD_EVENT_STOP | ( | eon, | |
id | |||
) | do { } while(0) |
Definition at line 312 of file NamdEventsProfiling.h.
Referenced by HomePatch::doAtomMigration(), HomePatch::doPairlistCheck(), Sequencer::integrate(), HomePatch::positionsReady(), and Node::startup().
#define NAMD_PROFILE_EVENT | ( | a, | |
b | |||
) | a, |
Definition at line 23 of file NamdEventsProfiling.h.
#define NAMD_PROFILE_EVENT | ( | a, | |
b | |||
) | b, |
Definition at line 23 of file NamdEventsProfiling.h.
#define NAMD_PROFILE_START | ( | ) | do { } while(0) |
Definition at line 297 of file NamdEventsProfiling.h.
Referenced by Sequencer::integrate().
#define NAMD_PROFILE_STOP | ( | ) | do { } while(0) |
Definition at line 300 of file NamdEventsProfiling.h.
Referenced by Sequencer::integrate().
#define NAMD_REGISTER_EVENT | ( | name, | |
cid | |||
) | do { } while(0) |
Definition at line 303 of file NamdEventsProfiling.h.
char const* const NamdProfileEventStr[] |
Definition at line 30 of file NamdEventsProfiling.h.
Referenced by HomePatch::doPairlistCheck(), Sequencer::integrate(), HomePatch::positionsReady(), and Node::startup().