#include <Timeprobe.h>
Collaboration diagram for ACE_timeprobe_t:
Public Types | |
enum | event_type { NUMBER, STRING } |
Type of event. More... | |
Public Attributes | |
event | event_ |
Event. | |
event_type | event_type_ |
Type of event. | |
ACE_hrtime_t | time_ |
Timestamp. | |
ACE_thread_t | thread_ |
Id of thread posting the time probe. |
Definition at line 87 of file Timeprobe.h.
|
Type of event.
Definition at line 98 of file Timeprobe.h.
|
|
Event.
Definition at line 105 of file Timeprobe.h. |
|
Type of event.
Definition at line 108 of file Timeprobe.h. |
|
Id of thread posting the time probe.
Definition at line 114 of file Timeprobe.h. |
|
Timestamp.
Definition at line 111 of file Timeprobe.h. |