Public Member Functions | |
int64_t | End (void) |
int64_t | End (void) |
int64_t | GetElapsedReal (void) const |
int64_t | GetElapsedReal (void) const |
int64_t | GetElapsedSystem (void) const |
int64_t | GetElapsedSystem (void) const |
int64_t | GetElapsedUser (void) const |
int64_t | GetElapsedUser (void) const |
void | Start (void) |
void | Start (void) |
Private Attributes | |
int64_t | m_elapsedReal |
int64_t | m_elapsedSystem |
int64_t | m_elapsedUser |
clock_t | m_startTime |
struct tms | m_startTimes |
Definition at line 31 of file unix-system-wall-clock-ms.cc.
int64_t ns3::SystemWallClockMsPrivate::End | ( | void | ) |
int64_t ns3::SystemWallClockMsPrivate::End | ( | void | ) |
Definition at line 55 of file unix-system-wall-clock-ms.cc.
References m_elapsedReal, m_elapsedSystem, m_elapsedUser, m_startTime, m_startTimes, NS_ABORT_MSG_IF, and NS_LOG_FUNCTION.
Referenced by ns3::SystemWallClockMs::End().
int64_t ns3::SystemWallClockMsPrivate::GetElapsedReal | ( | void | ) | const |
int64_t ns3::SystemWallClockMsPrivate::GetElapsedReal | ( | void | ) | const |
Definition at line 110 of file unix-system-wall-clock-ms.cc.
References m_elapsedReal, and NS_LOG_FUNCTION.
Referenced by ns3::SystemWallClockMs::GetElapsedReal().
int64_t ns3::SystemWallClockMsPrivate::GetElapsedSystem | ( | void | ) | const |
int64_t ns3::SystemWallClockMsPrivate::GetElapsedSystem | ( | void | ) | const |
Definition at line 124 of file unix-system-wall-clock-ms.cc.
References m_elapsedSystem, and NS_LOG_FUNCTION.
Referenced by ns3::SystemWallClockMs::GetElapsedSystem().
int64_t ns3::SystemWallClockMsPrivate::GetElapsedUser | ( | void | ) | const |
int64_t ns3::SystemWallClockMsPrivate::GetElapsedUser | ( | void | ) | const |
Definition at line 117 of file unix-system-wall-clock-ms.cc.
References m_elapsedUser, and NS_LOG_FUNCTION.
Referenced by ns3::SystemWallClockMs::GetElapsedUser().
void ns3::SystemWallClockMsPrivate::Start | ( | void | ) |
void ns3::SystemWallClockMsPrivate::Start | ( | void | ) |
Definition at line 48 of file unix-system-wall-clock-ms.cc.
References m_startTime, m_startTimes, and NS_LOG_FUNCTION.
Referenced by ns3::SystemWallClockMs::Start().
|
private |
Definition at line 42 of file unix-system-wall-clock-ms.cc.
Referenced by End(), and GetElapsedReal().
|
private |
Definition at line 44 of file unix-system-wall-clock-ms.cc.
Referenced by End(), and GetElapsedSystem().
|
private |
Definition at line 43 of file unix-system-wall-clock-ms.cc.
Referenced by End(), and GetElapsedUser().
|
private |
Definition at line 41 of file unix-system-wall-clock-ms.cc.
|
private |
Definition at line 40 of file unix-system-wall-clock-ms.cc.