mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Also log perf with quiet
This commit is contained in:
@@ -1185,7 +1185,7 @@ int main(int argc, char** argv) {
|
||||
successful = false;
|
||||
}
|
||||
|
||||
if (!quiet && Logger::Verbosity() == Logger::LOG_PERF) {
|
||||
if (Logger::Verbosity() == Logger::LOG_PERF) {
|
||||
Logger::PrintPerformanceStats();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user