Home
last modified time | relevance | path

Searched defs:performanceData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp900 void PutDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
919 void ReadDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
938 void UpdateDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
957 void ReadUpdateDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
976 void ClearDuration(steady_clock::time_point &tick, PerformanceData &performanceData,
995 bool DistributedTestTools::CalculateOpenPerformance(PerformanceData &performanceData)
1035 bool DistributedTestTools::CalculateInsertPerformance(PerformanceData &performanceData)
1087 bool DistributedTestTools::CalculateGetPutPerformance(PerformanceData &performanceData)
1142 bool DistributedTestTools::CalculateUpdatePerformance(PerformanceData &performanceData)
1244 bool DistributedTestTools::CalculateUseClearPerformance(PerformanceData &performanceData)
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_crud_test.cpp664 PerformanceData performanceData[PERFORMANCE_SIZE] = { variable