C C++ Programming - Useful Tracing and Profiling Tools
I have been searching for few tracing and profiling tools these days. Tracing tools are my fav because we will be able to debug it while it is running and can get an overview of what is happening inside a.out. esp while learning the flow of a prog.I found the given below tools and links very useful...
- Linux
- gprof
- callgrind
- ltrace/strace/mtrace
- These are low level system calls, library calls and memory tracers
- Overview
- Systemtap
- Solaris
- dtrace - my fav
- DTrace Review - Really Cool Video - A must see one!
- IBM - AIX
- truss/trace
- i haven't personally used these, still has to do some more research on these
- Probevue
- HPUX
- if lucky you will find some here
About this entry
You’re currently reading “
- Published:
- 12:02 am
- by -
1 Comments (Post a Comment)