Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dperformance_analysis.cpp49 timeRecordData_.timeInfo.resize(stepNum_); in Initialization()
88 timeRecordData_.timeInfo[step] = timePair; in InsertTimeRecord()
97 timePair = timeRecordData_.timeInfo[step]; in GetTimeRecord()
217 timeRecordData_.timeInfo.clear(); in Clear()
220 timeRecordData_.timeInfo.resize(stepNum_); in Clear()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dperformance_analysis.h116 SingleStatistics timeRecordData_; variable