0
点赞
收藏
分享

微信扫一扫

插桩

霸姨 2022-12-15 阅读 149

/* 起始插桩路径记录 */

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 条评论