Commit b2ef1ff7 authored by wangdawei's avatar wangdawei

test

parent b4c5624d
......@@ -68,11 +68,15 @@ int main(int argc, char *argv[])
for(; bag_iter != bag_end_iter; bag_iter++) {
if(bag_iter->path().extension().string() == ".bag"){
LOG(INFO) << "bag found: " << bag_iter->path().string();
adjustPPK.ReadBag(bag_iter->path().string());
Timer::Evaluate(
[&, null]() {
adjustPPK.ReadBag(bag_iter->path().string());
},
"1 ReadBag");
break;
}
}
Timer::PrintAll();
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment