Memory profiling not available for python projects

I can track memory usage when profiling C++ program.
image
However in python project (the same profiling options selected) that profiles a program that does the same, I do not have the memory stats. Why is it so? Is there any option I should set? Thank you! :)

So in the python project you are getting everything except the memory information?

What version of the tool are you using?

I don’t know if everything. I am just looking for at least for similar memory profiling as for C++. The version of the tool is 2023.3.1.

Ok, my fault, I probably just forgot to select the memory collection option for CUDA: