Skip to content

Commit

Permalink
print time better
Browse files Browse the repository at this point in the history
  • Loading branch information
Licini committed Feb 26, 2024
1 parent f8d5718 commit a671591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_ifc/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ def load_geometries(self, include=None, exclude=None):
if not iterator.next():
break

print("Time to load all geometries ", time.time() - start)
print(f"Time to load all {len(self._geometrymap)} geometries {(time.time() - start):.3f}s")

0 comments on commit a671591

Please sign in to comment.