Searched refs:statisticsInterval_ (Results 1 – 3 of 3) sorted by relevance
88 if (statisticsInterval_ > 0) { in StartDaemonProcessArgs()90 command_.push_back(const_cast<char*>(std::to_string(statisticsInterval_).c_str())); in StartDaemonProcessArgs()393 int statisticsInterval_ = 0; member in __anon8edd91f50111::CheckHookDataTest656 statisticsInterval_ = 1;
126 std::chrono::seconds statisticsInterval_ {0};
64 statisticsInterval_ = std::chrono::seconds(hookConfig_.statistics_interval()); in StackPreprocess()67 hookConfig_.statistics_interval(), statisticsInterval_.count()); in StackPreprocess()283 if (elapsedTime >= statisticsInterval_) { in TakeResults()