#include <Transport.h>
◆ Stats()
TAO::Transport::Stats::Stats |
( |
| ) |
|
◆ ~Stats()
TAO::Transport::Stats::~Stats |
( |
| ) |
|
|
virtual |
◆ bytes_received()
◆ bytes_sent()
◆ messages_received() [1/2]
void TAO::Transport::Stats::messages_received |
( |
size_t |
message_length | ) |
|
◆ messages_received() [2/2]
◆ messages_sent() [1/2]
void TAO::Transport::Stats::messages_sent |
( |
size_t |
message_length | ) |
|
◆ messages_sent() [2/2]
◆ opened_since() [1/2]
◆ opened_since() [2/2]
const ACE_Time_Value& TAO::Transport::Stats::opened_since |
( |
void |
| ) |
const |
◆ bytes_rcvd_
◆ bytes_sent_
◆ messages_rcvd_
The bytes_rcvd_.samples_count() could have been used instead, however there was a suspicion that 32 bits would be insufficient.
◆ messages_sent_
The bytes_sent_.samples_count() could have been used instead, however there was a suspicion that 32 bits would be insufficient.
◆ opened_since_
◆ stat_mutex_
Mutex guarding the internal state of the statistics.
The documentation for this class was generated from the following files: