Searched refs:totalTimeSpend (Results 1 – 4 of 4) sorted by relevance
34 .totalTimeSpend = latency, in UpdateStatInfo()43 statInfo.totalTimeSpend += latency; in UpdateStatInfo()46 statInfo.avgLatency = statInfo.totalTimeSpend / statInfo.totalCall; in UpdateStatInfo()
126 .totalTimeSpend = item.latency, in UpdateAPIStatInfo()136 statInfo.totalTimeSpend += item.latency; in UpdateAPIStatInfo()142 statInfo.avgLatency = statInfo.totalTimeSpend / succCall; in UpdateAPIStatInfo()
39 uint64_t totalTimeSpend = 0; member49 .append(std::to_string(totalTimeSpend)); in ToString()
51 uint64_t totalTimeSpend = 0; member62 .append(std::to_string(totalTimeSpend)); in ToString()