This commit is contained in:
2025-08-14 17:34:21 +03:00
2 changed files with 4 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ void PISystemMonitor::run() {
stat = tstat;
stat.makeStrings();
stat_mutex.unlock();
measured();
}

View File

@@ -242,6 +242,9 @@ public:
//! \~russian
static ullong usedRAM();
//! \~english
//! \~russian
EVENT(measured);
private:
void run() override;