Nsight Systems Eclipse - Profiling Python Code to find Memory Usage

Hi,
I have installed Nsight Systems on my linux machine(ubuntu 16.04lts) which comes as Nsight Systems Eclipse edition which only profiles C,C++ code.

I want to be able to get low level memory usage info from profiling my python code which I used to be able to get from nvprof tool. So how do I exactly use this Nsight Tool to profile python code?