Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_writer.cpp310 constexpr uint64_t readBufSize = 4 * 1024 * 1024; in WriteStandalonePluginFile() local
311 std::vector<char> readBuf(readBufSize); in WriteStandalonePluginFile()
314 while ((readSize = std::min(readBufSize, fileSize)) > 0) { in WriteStandalonePluginFile()

Completed in 1 milliseconds