I'm writing custom plugins for a custom video pipeline, and I would like to leverage NNShark loggin capabilities
Right now, when I run a pipeline with my custom plugins, they show zero on the timings
I used gst_tracer_record_log in some specific parts of the code to log some timings. Should I use another API for that?
Thanks!