Home
last modified time | relevance | path

Searched defs:effectiveTime (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_native_interface_impl.cpp196 constexpr int64_t effectiveTime = 2 * SECOND_TO_NANOSECOND; in GetSystemCpuUsage() local
226 constexpr int64_t effectiveTime = 5 * 60 * SECOND_TO_NANOSECOND; in GetAppNativeMemInfo() local
316 constexpr int64_t effectiveTime = 2 * SECOND_TO_NANOSECOND; // 2s in GetGraphicsMemory() local
/developtools/profiler/hidebug/frameworks/native/include/
Dhidebug_util.h39 … std::pair<int, T> GetOrUpdateCachedValue(int64_t effectiveTime, std::function<int(T &)> getValue) in GetOrUpdateCachedValue()