|
|
|
@@ -154,14 +154,6 @@ RTS_API rtError_t rtProfilerStop(uint64_t profConfig, int32_t numsDev, uint32_t |
|
|
|
*/ |
|
|
|
RTS_API rtError_t rtProfilerTrace(uint64_t id, bool notify, uint32_t flags, rtStream_t stream); |
|
|
|
|
|
|
|
/** |
|
|
|
* @ingroup profiling_base |
|
|
|
* @brief ts send keypoint profiler log. |
|
|
|
*/ |
|
|
|
RTS_API rtError_t rtProfilerTraceEx(uint64_t id, uint64_t modelId, uint16_t tagId, rtStream_t stream) { |
|
|
|
return RT_ERROR_NONE; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @ingroup profiling_base |
|
|
|
* @brief ts set profiling reporter callback. |
|
|
|
|