Memory usage with nsys

Hi
I there an option to report the memory usage of each kernel with the nsys command? I see --report gputrace reporting block/grid and timing information, but couldn’t find an option that report the memory usage per kernel. Any idea about that?

The command nsys stats --report gputrace <nsys-report-file> provides data for the static and dynamic shared memory usage per kernel. They appear in the columns StcSMem and DymSMem.
Are you looking for some other information?

I was checking the result of NSYS for Bert and saw that StcMem is 0 for kernels and DymSMem is very small. The thing that I am looking for is the memory footprint of a kernel, e.g. kernel foo takes X MB of DRAM memory.