Searched refs:cache_ticks_ (Results 1 – 2 of 2) sorted by relevance
380 if (++thiz.cache_ticks_ == thiz.process_stats_cache_ttl_ticks_) { in Tick()381 thiz.cache_ticks_ = 0; in Tick()673 cache_ticks_ = 0; in ClearIncrementalState()
154 uint64_t cache_ticks_ = 0; variable