Home
last modified time | relevance | path

Searched refs:stepTimeRecordInfo_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dperformance_analysis.cpp50 stepTimeRecordInfo_.resize(stepNum_); in Initialization()
51 for (auto &stepIter : stepTimeRecordInfo_) { in Initialization()
163 stepTimeRecordInfo_[step].max = offset; in StepTimeRecordEnd()
166 stepTimeRecordInfo_[step].min = offset; in StepTimeRecordEnd()
170 stepTimeRecordInfo_[step].average = 0; in StepTimeRecordEnd()
174 stepTimeRecordInfo_[step].average) / counts_[step]; in StepTimeRecordEnd()
180 for (size_t i = 0; i < stepTimeRecordInfo_.size(); i++) { in GetStatistics()
206 outFile << i << "," << stepTimeRecordInfo_[i].max<< "," << stepTimeRecordInfo_[i].min in OutStatistics()
218 stepTimeRecordInfo_.clear(); in Clear()
221 stepTimeRecordInfo_.resize(stepNum_); in Clear()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dperformance_analysis.h117 std::vector<StatisticsInfo> stepTimeRecordInfo_; variable