Home
last modified time | relevance | path

Searched refs:totalTimeSpend (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Ddecorator.cpp34 .totalTimeSpend = latency, in UpdateStatInfo()
43 statInfo.totalTimeSpend += latency; in UpdateStatInfo()
46 statInfo.avgLatency = statInfo.totalTimeSpend / statInfo.totalCall; in UpdateStatInfo()
H A Dtrace_decorator.cpp126 .totalTimeSpend = item.latency, in UpdateAPIStatInfo()
136 statInfo.totalTimeSpend += item.latency; in UpdateAPIStatInfo()
142 statInfo.avgLatency = statInfo.totalTimeSpend / succCall; in UpdateAPIStatInfo()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Ddecorator.h39 uint64_t totalTimeSpend = 0; member
49 .append(std::to_string(totalTimeSpend)); in ToString()
H A Dtrace_decorator.h51 uint64_t totalTimeSpend = 0; member
62 .append(std::to_string(totalTimeSpend)); in ToString()