您的位置:首页 > 其它

LR的一个输出状态信息的函数

2008-11-26 15:47 204 查看
LR的一个输出状态信息的函数:

int lr_vuser_status_message (const char * format);

帮助中的相关说明:

The lr_vuser_status_message function sends a string to the Status area of the Controller or Tuning Module Console's Vuser window. It also sends this string to the Vuser log. When run from VuGen, the message is sent to output.txt.

每个用户运行的时候,你看递增了多少次就知道了跑了多久:

i=1; //放在初始化里面

i=i+1;
lr_vuser_status_message("运行了%d次",i);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐