Searched refs:cache_ticks_ (Results 1 – 2 of 2) sorted by relevance
354 if (++thiz.cache_ticks_ == thiz.process_stats_cache_ttl_ticks_) { in Tick()355 thiz.cache_ticks_ = 0; in Tick()534 cache_ticks_ = 0; in ClearIncrementalState()
140 uint64_t cache_ticks_ = 0; variable