Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dtrace_decorator.h67 struct TraceTrafficInfo { struct
68 std::string caller;
69 std::string traceFile;
70 uint32_t rawSize = 0;
71 uint32_t usedSize = 0;
72 uint64_t timeSpent = 0;
73 uint64_t timeStamp = 0;
75 std::string ToString() const in ToString()