Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dperformance_dumper.c207 int64_t firstConsume = 0; in DumpPerformData() local
209 firstConsume = GetConsumeTimeByIndex(performData, FIRST_START_TIME); in DumpPerformData()
210 LOGI("firstConsume time: %" PRId64 " milliseconds", firstConsume); in DumpPerformData()
227 int64_t innerConsume = firstConsume + secondConsume + thirdConsume + fourthConsume; in DumpPerformData()
236 performData->firstConsumeTime = firstConsume; in DumpPerformData()
245 … reqIdStr, firstConsume, secondConsume, thirdConsume, fourthConsume, innerConsume, totalTime); in DumpPerformData()