How to view track memory allocations output

How can I see the trace of memory allocations created with nvprof --track-memory-allocations on?
Is it only available if I use Unified Memory?

I would like to see the trace of cudaMalloc calls, with allocated memory sizes, and find out the maximum allocated device memory. Is it possible?

Thanks.

Hi,

Did you figure out this issue? I’m also using --track-memory-allocations, but nothing speicial shows. I get the same result with or without this options.

Have you find some approach to solve this problem?

Thanks.