Searched defs:PluginStat (Results 1 – 1 of 1) sorted by relevance
57 struct PluginStat { struct58 uint64_t totalTime;59 uint64_t useCount;60 std::list<TimePoint> timeOutTime;62 inline void Update(int32_t costTime) in Update()75 inline uint64_t AverageTime() in AverageTime()