Searched refs:aTotalTimeUs (Results 1 – 1 of 1) sorted by relevance
5859 …d Interpreter::OutputRadioStatsTime(const char *aTimeName, uint64_t aTimeUs, uint64_t aTotalTimeUs) in OutputRadioStatsTime() argument5861 uint32_t timePercentInt = static_cast<uint32_t>(aTimeUs * 100 / aTotalTimeUs); in OutputRadioStatsTime()5862 …nt32_t timePercentDec = static_cast<uint32_t>((aTimeUs * 100 % aTotalTimeUs) * 100 / aTotalTimeUs); in OutputRadioStatsTime()