Searched defs:effectiveTime (Results 1 – 2 of 2) sorted by relevance
196 constexpr int64_t effectiveTime = 2 * SECOND_TO_NANOSECOND; in GetSystemCpuUsage() local226 constexpr int64_t effectiveTime = 5 * 60 * SECOND_TO_NANOSECOND; in GetAppNativeMemInfo() local316 constexpr int64_t effectiveTime = 2 * SECOND_TO_NANOSECOND; // 2s in GetGraphicsMemory() local
39 … std::pair<int, T> GetOrUpdateCachedValue(int64_t effectiveTime, std::function<int(T &)> getValue) in GetOrUpdateCachedValue()