Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dtrace_decorator.h44 struct TraceStatInfo { struct
45 std::string caller;
46 uint32_t failCall = 0;
47 uint32_t overCall = 0;
48 uint32_t totalCall = 0;
49 uint64_t avgLatency = 0;
50 uint64_t maxLatency = 0;
51 uint64_t totalTimeSpend = 0;
53 std::string ToString() const in ToString()