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