Please tell me, are there other code profilers in addition to Vtune? Thanks
there's code analyst (amd) also ;)
try googling for ltprof, though it might not be what you want. And I think the CodeWarrior guys (metrowerks?) have a profiler too.
For DOS both Borland C and Watcom have profilers ( not that many people still use them). Borland C's DOS compiler has features that VC++'s profiler still doesn't. It was my favorite DOS profiler. The Watcom profiler blew chunks, but it worked.
Visual C++ comes with a profiler.
Visual C++ comes with a profiler.
Some other profilers:
1- GlowCode
2- Rational Quantify
3- DevPartner Studio
Regards,
1- GlowCode
2- Rational Quantify
3- DevPartner Studio
Regards,
Thanks guys. It is to profile an assembly program on a Pentium 4 machine.
I've downloaded Vtune - not got it to work yet. I seem to need to re download (over a dialup modem!!! 160MB!!!)
Looking into the others too.
Thanks again.
I've downloaded Vtune - not got it to work yet. I seem to need to re download (over a dialup modem!!! 160MB!!!)
Looking into the others too.
Thanks again.
What abt Maverick's profiler?
http://www.asmcommunity.net/board/viewtopic.php?t=7510
http://www.asmcommunity.net/board/viewtopic.php?t=7510
Code analyst needs a .pdb file in order to look at the assembly instructions. I'm not sure about Vtune, but not free.
Are there any free profiling tools for win32 assembly language?
Thanks
Are there any free profiling tools for win32 assembly language?
Thanks