This commit is contained in:
2026-04-29 23:35:40 +02:00
parent 8165ee20cc
commit be980dbffd
9 changed files with 163 additions and 48 deletions
+2
View File
@@ -13,6 +13,7 @@ static timer *_timer = nullptr;
extern "C" {
int logLevel()
{
return _log_level;
@@ -49,3 +50,4 @@ void logElapsed()
.count();
fprintf(stderr, "%8.3lf: ", milliseconds/ 1000.0);
}
}