mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 21:41:02 -04:00
+2
-2
@@ -21,8 +21,8 @@
|
||||
"adapted_system_type":[
|
||||
"standard"
|
||||
],
|
||||
"rom":"2000k",
|
||||
"ram":"6M",
|
||||
"rom":"2000KB",
|
||||
"ram":"6MB",
|
||||
"hisysevent_config": [
|
||||
"//foundation/distributedhardware/distributed_input/hisysevent.yaml"
|
||||
],
|
||||
|
||||
@@ -663,6 +663,7 @@ void DistributedInputSourceTransport::StartLatencyCount(const std::string& devic
|
||||
uint64_t latency = (uint64_t)(deltaTimeAll_ / 2 / INPUT_LATENCY_DELAY_TIMES);
|
||||
DHLOGI("LatencyCount average single-channel latency is %d us, send times is %d, recive times is %d.",
|
||||
latency, sendNum_, recvNum_);
|
||||
DHLOGD("each RTT latency details is %s", eachLatencyDetails_.c_str());
|
||||
deltaTimeAll_ = 0;
|
||||
sendNum_ = 0;
|
||||
recvNum_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user