Searched defs:PluginStat (Results 1 – 1 of 1) sorted by relevance
49 struct PluginStat { struct50 uint64_t totalTime;51 uint64_t useCount;52 std::list<TimePoint> timeOutTime;54 inline void Update(int32_t costTime) in Update()67 inline uint64_t AverageTime() in AverageTime()