Searched refs:timeOutTime (Results 1 – 2 of 2) sorted by relevance
650 auto& timeOutTime = pluginStat_[pluginLib].timeOutTime; in RepairPlugin() local651 int32_t crash_time = (int32_t)((endTime - timeOutTime.front()) / std::chrono::milliseconds(1)); in RepairPlugin()652 timeOutTime.emplace_back(endTime); in RepairPlugin()654 pluginLib.c_str(), (int32_t)timeOutTime.size(), crash_time); in RepairPlugin()655 if ((int32_t)timeOutTime.size() >= MAX_PLUGIN_TIMEOUT_TIMES) { in RepairPlugin()664 timeOutTime.clear(); in RepairPlugin()671 timeOutTime.pop_front(); in RepairPlugin()
60 std::list<TimePoint> timeOutTime; member