Can ı analyze Python file on Nsight Systems?

Hi,
I want to analyze a pipeline, but not with a command line, but via python code using deepstream elements. Can I directly analyze the python file on nsight systems?

Thanks for your help in advance.

@afroger can you respond to this.

Hi mertaydogan06,

I apologize for the very detailed reply, I didn’t notice the notification.

I’m not sure what you mean by:

I want to analyze a pipeline, but not with a command line, but via python code using deepstream elements

Nsight Systems require the program you want to profile to be launched through the tool (either GUI or CLI). It doesn’t offer an API to enable the profiler from within the process. So typically it’s impossible to develop a widget within your application to start the profiler on-demand.

I hope it answers your question.