Replies: 2 comments
-
Yes only first and third timer values are used from the rule, and it is documented here too - https://github.com/microsoft/cpp_client_telemetry/blob/main/docs/custom-transmit-profile.md#timers
|
Beta Was this translation helpful? Give feedback.
-
Oh that's right. I missed that middle sentence for some reason. I believe that back in the old SDK, there were also 3 timer values for I also see that here , 2nd and 1st values are different for default profile. But the documentation says 1st and 2nd values should be the same. Could you please clarify? |
Beta Was this translation helpful? Give feedback.
-
Is your question about how to consume a C++ library? No
Is your question about specific 1DS SDK APIs or Features? Yes
This documentation states that the timer array has 3 values for
EventLatency_Normal
,EventLatency_CostDeferred
, andEventLatency_RealTime
. However, looking at the codecpp_client_telemetry/lib/tpm/TransmitProfiles.cpp
Line 459 in 41840c3
timers[0]
andtimers[2]
used.Could you please confirm what's the right logic and settings here?
Beta Was this translation helpful? Give feedback.
All reactions