|
|
 |
 |
 |
 |
Performance profiling tools.
Can anyone suggest some good performance profiling tool for C/C++ code that does not require recompiling/linking. I need for both windows and solaris.
harish.dha @gmail.com wrote: > Can anyone suggest some good performance profiling tool for C/C++ code > that does not require recompiling/linking. I need for both windows and > solaris. Then you should probably ask in a Windows and Solaris newsgroups. There are plenty of tools available but none of them are completely portable (or as portable as C++ is). Here are several names for you to try and find more information about: VTune, AQtime, gprof, www.google.com. V -- Please remove capital 'A's when replying by e-mail I do not respond to top-posted replies, please don't ask
|
 |
 |
 |
 |
|