I\'ve read a lot of the posts here giving profiling advice but I need to ask this.
From what I can tell, Visual C++ Express doesn\'t generate a debugging file that i
It isn't hard to write your own profiler. Or you could pick up an open source that has some testing behind it. You might want to look at my own open source profiler, called cRunWatch