EQATEC Profiler 1.2 英文版 可以监测.NETCF代码执行效率的性能分析工具
感觉在PDA上程序执行比较慢,索性在网上找了一个开源的.NETCF代码执行效率的性能分析工具,来分析性能瓶颈。
可是在使用过程中出现了一点问题,Profile后的程序放在PDA上运行,没生成检测报告。可是使用EQATEC 自带的Demo(DemoApp (Bubbles))却能在“\Temp”自动生成报告。按照User Guide里面的描叙,
The profiler will dump a report when your application exits, or at your request as explained earlier.
The report is called "profiler-timestamp.log.xml", e.g. profile-20080422-182342.log.xml from April 22th 2008, at 18:23:42. The report is saved to the first available of these locations: "\Storage Card", "\SD Card", "\Temp", and "\". So if your device has an SD-Card you can get the report out of it that way, which is quite handy.
可是我找遍了PDA目录也没找到这个报告。是我使用过程中出了问题不能生成报告,还是生成了我没找到???
有哪位大大有过使用经验的,解答一下,不胜感激。