Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance investigation #10

Open
jr-accurate opened this issue Feb 12, 2019 · 1 comment
Open

Performance investigation #10

jr-accurate opened this issue Feb 12, 2019 · 1 comment

Comments

@jr-accurate
Copy link

jr-accurate commented Feb 12, 2019

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:

  • Is there a way how I could figure out what's taking so long, like fine-granular logging or something similar?
  • Are there any settings that could impact performance, and how would I get them to IfcOpenShell?
  • I only need the geometry of a subset of objects. Is there a way I could let the RenderEngine know which ones I need and which it can ignore?

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

@aothms
Copy link
Member

aothms commented Feb 12, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants