Searched defs:ApiPerformanceStat (Results 1 – 1 of 1) sorted by relevance
186 struct ApiPerformanceStat { struct187 std::string interfaceName;188 uint64_t costTime;189 uint64_t averageTime;190 uint64_t worstTime;191 KVSTORE_API std::string GetKey() const in GetKey()