Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dperformance_dumper.c155 static int64_t GetConsumeTimeByIndex(PerformData *performData, PerformTimeIndex index) in GetConsumeTimeByIndex() function
209 firstConsume = GetConsumeTimeByIndex(performData, FIRST_START_TIME); in DumpPerformData()
214 secondConsume = GetConsumeTimeByIndex(performData, SECOND_START_TIME); in DumpPerformData()
219 thirdConsume = GetConsumeTimeByIndex(performData, THIRD_START_TIME); in DumpPerformData()
224 fourthConsume = GetConsumeTimeByIndex(performData, FOURTH_START_TIME); in DumpPerformData()