Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dperformance_analysis.cpp88 timeRecordData_.timeInfo[step] = timePair; in InsertTimeRecord()
97 timePair = timeRecordData_.timeInfo[step]; in GetTimeRecord()
125 TimePair timePair = {0, 0}; in StepTimeRecordStart() local
131 timePair.startTime = curTime; in StepTimeRecordStart()
133 (void)InsertTimeRecord(timePair, step); in StepTimeRecordStart()
145 TimePair timePair = {0, 0}; in StepTimeRecordEnd() local
146 bool errCode = GetTimeRecord(step, timePair); in StepTimeRecordEnd()
154 timePair.endTime = curTime; in StepTimeRecordEnd()
157 if ((timePair.endTime < timePair.startTime) || (timePair.startTime == 0) in StepTimeRecordEnd()
158 || (timePair.endTime == 0)) { // LCOV_EXCL_BR_LINE in StepTimeRecordEnd()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dperformance_analysis.h102 bool InsertTimeRecord(const TimePair &timePair, uint32_t step);
104 bool GetTimeRecord(uint32_t step, TimePair &timePair) const;