且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用XRMon检查Silverlight应用程序性能

更新时间:2023-02-27 15:11:56

什么你正在运行的命令是什么?

What are the commands you are running ?

正确的步骤是:

设置IMGCEPERF = 1

set IMGCEPERF=1

设置SYSGEN_CEPERF = 1 

set SYSGEN_CEPERF=1 

构建图片  (我认为你已经完成了这些步骤)

Build image  (I think you have done these steps)

加载图片后,在目标控件中运行 以下命令:

After loading the image, run the following commands in target control:

1> log 0x0

1> log 0x0

2> log -flush

2> log -flush

3> s xrmon -process = ApplicationName @ release \ttl.xrmon

3> s xrmon -process=ApplicationName @release\ttl.xrmon

确保您希望XRMon.clg获取的文件夹更新,是可写的。另请检查XRMon.clg的所有发布目录(Aletrnate Release Directories)

Make sure that the folder in which you want the XRMon.clg to get updated, is writeable. Also please check all the release directories (Aletrnate Release Directories) for the XRMon.clg