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