Searched refs:vmstatCounters_ (Results 1 – 2 of 2) sorted by relevance
162 vmstatCounters_.emplace(vmstatStrList_[protoConfig_.sys_vmeminfo_counters(i)], in Start()251 auto it = vmstatCounters_.find(totalbuffer.CurWord()); in WriteVmstat()252 if (it == vmstatCounters_.end()) { in WriteVmstat()
288 std::map<std::string, int> vmstatCounters_; variable