C/C++ Code tool...

thornc

Golden Member
Nov 29, 2000
1,011
0
0
Hello,

I'm looking for a good code profiller for C/C++ (win32 would be great), something that will check source files and give back
reports on what functions are called, where they're called on offen and such...

Any suggestions... freeware would be nice :)
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
gprof should do it. Part of the Gnu development tools. Never tried it on windows though.
 

thornc

Golden Member
Nov 29, 2000
1,011
0
0
...well I knew that one, it a gnu tool that will only work with source code that is compiled and executaded under *nix..
It doesn't suite me because my code must be compiled in windows due to some daq drivers!