Searched refs:thirdConsume (Results 1 – 1 of 1) sorted by relevance
217 int64_t thirdConsume = 0; in DumpPerformData() local219 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()