#include #include #include #include "yperfbench.h" int main(int argc, char ** argv) { //printf("12\n"); pb::init_opt(argc, argv); //printf("%d\n", pb::getopt("para") + pb::getopt("p")); pb::timer ti("yufan"); pb::put_result("sum", pb::getopt("para") + pb::getopt("p")); printf("sdfishflsifhsldhfslkfh\n"); ti.check(); return 0; }