#include <Timeprobe.h>
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. | |
Classes | |
union | event |
Events are record as strings or numbers. More... |
Event.
Type of event.
Timestamp.
Id of thread posting the time probe.