Home
last modified time | relevance | path

Searched defs:ApiPerformanceStat (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h186 struct ApiPerformanceStat { struct
187 std::string interfaceName;
188 uint64_t costTime;
189 uint64_t averageTime;
190 uint64_t worstTime;
191 KVSTORE_API std::string GetKey() const in GetKey()