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/include/
H A Dperformance_analysis.h56 struct TimePair { struct
68 std::vector<TimePair> timeInfo; argument
102 bool InsertTimeRecord(const TimePair &timePair, uint32_t step);
104 bool GetTimeRecord(uint32_t step, TimePair &timePair) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dperformance_analysis.cpp83 bool PerformanceAnalysis::InsertTimeRecord(const TimePair &timePair, uint32_t step) in InsertTimeRecord()
92 bool PerformanceAnalysis::GetTimeRecord(uint32_t step, TimePair &timePair) const in GetTimeRecord()
125 TimePair timePair = {0, 0}; in StepTimeRecordStart()
145 TimePair timePair = {0, 0}; in StepTimeRecordEnd()