Home
last modified time | relevance | path

Searched refs:copyBytes (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp899 uint16_t copyBytes = sizeof(PacketParsedCommandList) - (COMMAND_PARSE_LIST_SIZE - cmdCount) * sizeof(uint32_t); in GetCommandParcelList() local
900 retStr.resize(copyBytes, ' '); in GetCommandParcelList()
901 Utils::Move(retStr.data(), copyBytes, &g_commandLoop[index], copyBytes); in GetCommandParcelList()

Completed in 3 milliseconds