Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dstack_data_repeater.cpp99 RawStackPtr StackDataRepeater::TakeRawData(uint32_t during, clockid_t clockId, uint32_t batchCount, in TakeRawData() argument
112 int resultSize = rawDataQueueSize > batchCount ? batchCount : rawDataQueueSize; in TakeRawData()
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_data_repeater.h46 std::shared_ptr<RawStack> TakeRawData(uint32_t during, clockid_t clockId, uint32_t batchCount,