Best strategy for profiling memory usage of my code (open source) and 3rd party code(closed source)

后端 未结 7 1425
悲&欢浪女
悲&欢浪女 2020-12-15 12:07

I am soon going to be tasked with doing a proper memory profile of a code that is written in C/C++ and uses CUDA to take advantage of GPU processing.

My initial thou

7条回答
  •  失恋的感觉
    2020-12-15 12:35

    Maybe linker option --wrap=symbol can help you. Really good example can be found here: man ld

提交回复
热议问题