Home
last modified time | relevance | path

Searched refs:sumTime (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp726 uint64_t sumTime = 0; in ProcessSpinelSpeed() local
750 sumTime += endTimestamp - startTimestamp; in ProcessSpinelSpeed()
760 speed = static_cast<uint32_t>((sumLength * kBitsPerByte * kUsPerSec) / sumTime); in ProcessSpinelSpeed()