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