• web_report_data_point(原创)


    web_report_data_point

    1.功能
    用户自定义报表

    2.属性

    web_report_data_point(EventType,EventName,DataPointName)

    EventType: 指事物的类型。目前只支持"Error"类型。即EventType=Error。注意:在RunTime Setting中,设置,“error on continue”。

    EventName: 报表的名字。目前只支持"StepTimeOut",即EventName=StepTimeOut .

    DataPointName:用户自定义类型,用来说明数据点的名字。表达方式为:DataPointName=string

    3.生成报表
    分别在controll和analysis中都能看到该图。

    4.例子:

    //设置1s后就算超时 
    web_set_timeout("Step", "1");

     web_url("cookie.html",

                   "URL=http://cnblogs.com/morebetter/",

                    LAST);

     web_report_data_point( "EventType=Error" , "EventName=StepTimeOut" , "DataPointName=timeout" , LAST);



  • 相关阅读:
    ural 1227 dfs判环&求最长路
    uva 11990 块状链表
    图论·二分图
    图论·双连通分量
    图论·欧拉迹
    组合博弈
    解题策略·状态精简
    组合计数·棋盘统计
    组合计数·图形统计
    组合计数·经典序列问题
  • 原文地址:https://www.cnblogs.com/morebetter/p/336988.html
Copyright © 2020-2023  润新知