add PISystemMonitor measurer signal

This commit is contained in:
2025-08-14 15:57:35 +03:00
parent 04152f05a9
commit 1b3f72d429
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;