From c917881a8eb5482284d2bf72e705fe801ce7fa4d Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 9 Jan 2022 14:30:56 +0100 Subject: [PATCH] Logging statement for total file conversion --- src/ifcconvert/IfcConvert.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index 520d764e7a..73a950c3ae 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -1000,6 +1000,8 @@ int main(int argc, char** argv) { } #endif + PERF("file geometry conversion"); + if (!context_iterator.initialize()) { /// @todo It would be nice to know and print separate error prints for a case where we found no entities /// and for a case we found no entities that satisfy our filtering criteria.