measure wall-clock time in milliseconds More...
#include <system-wall-clock-ms.h>
Public Member Functions | |
SystemWallClockMs () | |
~SystemWallClockMs () | |
void | Start (void) |
unsigned long long | End (void) |
Private Attributes | |
class SystemWallClockMsPrivate * | m_priv |
measure wall-clock time in milliseconds
Definition at line 29 of file system-wall-clock-ms.h.
ns3::SystemWallClockMs::SystemWallClockMs | ( | ) |
Definition at line 50 of file unix-system-wall-clock-ms.cc.
ns3::SystemWallClockMs::~SystemWallClockMs | ( | ) |
Definition at line 54 of file unix-system-wall-clock-ms.cc.
unsigned long long ns3::SystemWallClockMs::End | ( | void | ) |
It is possible to start a new measurement with ns3::SystemWallClockMs::start after this method returns.
Definition at line 66 of file unix-system-wall-clock-ms.cc.
void ns3::SystemWallClockMs::Start | ( | void | ) |
Start a measure.
Definition at line 61 of file unix-system-wall-clock-ms.cc.
References m_priv, and ns3::SystemWallClockMsPrivate::Start().
class SystemWallClockMsPrivate* ns3::SystemWallClockMs::m_priv [private] |
Definition at line 47 of file system-wall-clock-ms.h.
Referenced by Start().