Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dperformance_dumper.c212 int64_t secondConsume = 0; in DumpPerformData() local
214 secondConsume = GetConsumeTimeByIndex(performData, SECOND_START_TIME); in DumpPerformData()
215 LOGI("secondConsume time: %" PRId64 " milliseconds", secondConsume); in DumpPerformData()
227 int64_t innerConsume = firstConsume + secondConsume + thirdConsume + fourthConsume; in DumpPerformData()
237 performData->secondConsumeTime = secondConsume; in DumpPerformData()
245 … reqIdStr, firstConsume, secondConsume, thirdConsume, fourthConsume, innerConsume, totalTime); in DumpPerformData()