MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ age()

std::chrono::duration< double > MayaFlux::Kakshya::RegionCache::age ( ) const
inline

Definition at line 28 of file RegionSegment.hpp.

29 {
30 return std::chrono::steady_clock::now() - load_time;
31 }
std::chrono::steady_clock::time_point load_time
When cache was loaded.

Referenced by MayaFlux::Kakshya::RegionSegment::get_cache_age_seconds().

+ Here is the caller graph for this function: