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 = tstat;
stat.makeStrings(); stat.makeStrings();
stat_mutex.unlock(); stat_mutex.unlock();
measured();
} }

View File

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