linux - c++ profiler that can attach to a running process? -


i have program written in c++ want profile, , want avoid restarting when start , stop profiling. ideally profiling both cpu usage , memory allocation. there tool allow me this? i'm running on linux.

free

  1. oprofile
  2. perf
  3. systemtap (probably want redhat/centos distro this)

not free

  1. vtune

Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -