How should I profile visual c++ express?

前端 未结 3 1910
庸人自扰
庸人自扰 2021-01-18 02:30

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

3条回答
  •  梦谈多话
    2021-01-18 02:50

    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

提交回复
热议问题