Public Member Functions | |
void | Start (void) |
unsigned long long | End (void) |
void | Start (void) |
unsigned long long | End (void) |
Private Attributes | |
struct timeval | m_startTv |
struct timeval | m_endTv |
Definition at line 24 of file unix-system-wall-clock-ms.cc.
unsigned long long ns3::SystemWallClockMsPrivate::End | ( | void | ) |
unsigned long long ns3::SystemWallClockMsPrivate::End | ( | void | ) |
Definition at line 41 of file unix-system-wall-clock-ms.cc.
void ns3::SystemWallClockMsPrivate::Start | ( | void | ) |
void ns3::SystemWallClockMsPrivate::Start | ( | void | ) |
Definition at line 34 of file unix-system-wall-clock-ms.cc.
References m_startTv.
Referenced by ns3::SystemWallClockMs::Start().
struct timeval ns3::SystemWallClockMsPrivate::m_endTv [private] |
Definition at line 28 of file unix-system-wall-clock-ms.cc.
Referenced by End().
struct timeval ns3::SystemWallClockMsPrivate::m_startTv [private] |
Definition at line 27 of file unix-system-wall-clock-ms.cc.