equal
deleted
inserted
replaced
22 #include "abort.h" |
22 #include "abort.h" |
23 #include "log.h" |
23 #include "log.h" |
24 #include <sys/times.h> |
24 #include <sys/times.h> |
25 #include <unistd.h> |
25 #include <unistd.h> |
26 |
26 |
|
27 /** |
|
28 * \file |
|
29 * \ingroup system |
|
30 * Wall clock class ns3::SystemWallClockMs implementation |
|
31 * for Unix-like systems. |
|
32 */ |
|
33 |
27 namespace ns3 { |
34 namespace ns3 { |
28 |
35 |
29 NS_LOG_COMPONENT_DEFINE ("SystemWallClockMsPrivate"); |
36 NS_LOG_COMPONENT_DEFINE ("SystemWallClockMsPrivate"); |
30 |
37 |
31 /** |
38 /** |
32 * \ingroup testingimpl |
39 * \ingroup system |
33 * \brief System-dependent implementation for SystemWallClockMs |
40 * \brief System-dependent implementation for SystemWallClockMs |
34 */ |
41 */ |
35 class SystemWallClockMsPrivate { |
42 class SystemWallClockMsPrivate { |
36 public: |
43 public: |
37 /** \copydoc SystemWallClockMs::Start() */ |
44 /** \copydoc SystemWallClockMs::Start() */ |