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

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);