ns3::SystemWallClockMs Class Reference

measure wall-clock time in milliseconds More...

#include <system-wall-clock-ms.h>

Collaboration diagram for ns3::SystemWallClockMs:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SystemWallClockMs ()
 ~SystemWallClockMs ()
void Start (void)
unsigned long long End (void)

Private Attributes

class SystemWallClockMsPrivatem_priv

Detailed Description

measure wall-clock time in milliseconds

Definition at line 29 of file system-wall-clock-ms.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

unsigned long long ns3::SystemWallClockMs::End ( void   ) 
Returns:
the measured elapsed wall clock time since ns3::SystemWallClockMs::start was invoked.

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().


Member Data Documentation

Definition at line 47 of file system-wall-clock-ms.h.

Referenced by Start().


The documentation for this class was generated from the following files:
Generated on Thu Dec 3 14:10:34 2009 for NS-3 by  doxygen 1.6.3