Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp476 int statIndex = 0; in DumpGpuStats() local
478 while (statIndex < statLength) { in DumpGpuStats()
480 if (statLength - statIndex > DUPM_STRING_BUF_SIZE) { in DumpGpuStats()
481 statSubStr = stat.substr(statIndex, DUPM_STRING_BUF_SIZE); in DumpGpuStats()
482 statIndex += DUPM_STRING_BUF_SIZE; in DumpGpuStats()
484 statSubStr = stat.substr(statIndex, statLength - statIndex); in DumpGpuStats()
485 statIndex = statLength; in DumpGpuStats()