Hello
Right now I am curious on how the NPU profiling tools works. Is it possible to profile 2 or more models at the same time when we run a code where we use 2 or more models? if it is possible, what will the log looks like?
also is it only limited to libvx_delegate.so only? or can we get the same profiler result if we run a code where it run using opencv cv::dnn::DNN_BACKEND_TIMVX?
Thank you