插桩

来源:互联网 发布:windows引导修复 编辑:程序博客网 时间:2024/04/29 13:53

/* 起始插桩路径记录 */
    long start = clock();
    this->supt->setCurProcessResult("has_new_input",start,1);
    /* 参数重定向 */
    has_new_input = this->supt->getParamValueWithNameAndKey("has_new_input","new_input");
    /* 结束插桩路径记录 */
    long end = clock();
    this->supt->setCurProcessResult("has_new_input",end,2);
    this->supt->setCurProcessResult("has_new_input",(end-start),3);
0 0
原创粉丝点击