Skip to content
Snippets Groups Projects
Commit eaed2bd6 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

added a io/mae profiling test

parent 85459226
No related branches found
No related tags found
No related merge requests found
......@@ -364,8 +364,14 @@ mol::EntityHandle LoadMAE(const String& file_name)
MAEReader reader(file_name);
mol::EntityHandle ent=mol::CreateEntity();
mol::XCSEditor editor=ent.EditXCS(mol::BUFFERED_EDIT);
{
Profile profile("import MAE");
reader.Import(ent);
}
{
Profile profile("connect all");
conop::Conopology::Instance().ConnectAll(builder,ent);
}
return ent;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment