![]() |
Diarkis C++Client Library API Document
|
Represent the sampled value of RTT. More...
#include <profile.h>
Public Attributes | |
int64_t | timestamp |
Time when the packet to measure the RTT was transmitted. Represent the time elapsed since the SetupProfile was executed (ms). More... | |
int64_t | value |
RTT value measured by packets sent at timestamp time (ms) More... | |
Represent the sampled value of RTT.
int64_t DiarkisRTTSample::timestamp |
Time when the packet to measure the RTT was transmitted. Represent the time elapsed since the SetupProfile was executed (ms).
int64_t DiarkisRTTSample::value |
RTT value measured by packets sent at timestamp time (ms)