opensourceBIM / IfcOpenShell-BIMserver-plugin

IfcOpenShell BIMserver plugin
Other
51 stars 28 forks source link

Performance investigation #10

Open jr-accurate opened 5 years ago

jr-accurate commented 5 years ago

Hi,

I'm trying to generate the geometries for a larger IFC project using the IfcOpenShell-plugin, which takes quite a bit longer than I would've expected (or hoped for, anyways ;) ). Sadly I can't share the model, so I'll definitely have to do the investigation myself...

Here are my questions:

I'm happy for any other suggestions (including if there's a better place to ask questions like this)!

aothms commented 5 years ago

Have a look at https://github.com/opensourceBIM/IfcOpenShell-BIMserver-plugin/blob/master/src/org/ifcopenshell/ClientRunner.java you can run the generation process from the command line. If you add some time stamps to the java code yourself you have your fine grained logging to isolate the product(s) that takes a long time in IfcOpenShell.