Home
last modified time | relevance | path

Searched refs:MIN_HIST_AGE (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/processui/
H A DProcessModel_p.h196 …static const int MIN_HIST_AGE = 200; ///< If the latest history entry is at least this ms old, a n… variable
H A DProcessModel.cpp859 if (history.isEmpty() || timestamp - history.constLast().timestamp > MIN_HIST_AGE) { in processChanged()