Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dperformance_dumper.c217 int64_t thirdConsume = 0; in DumpPerformData() local
219 thirdConsume = GetConsumeTimeByIndex(performData, THIRD_START_TIME); in DumpPerformData()
220 LOGI("thirdConsume time: %" PRId64 " milliseconds", thirdConsume); in DumpPerformData()
227 int64_t innerConsume = firstConsume + secondConsume + thirdConsume + fourthConsume; in DumpPerformData()
238 performData->thirdConsumeTime = thirdConsume; in DumpPerformData()
245 … reqIdStr, firstConsume, secondConsume, thirdConsume, fourthConsume, innerConsume, totalTime); in DumpPerformData()