Home
last modified time | relevance | path

Searched refs:CalculateInsertPerformance (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_transaction_perf_test.cpp107 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
119 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
154 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
166 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
201 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
213 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
245 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
256 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
284 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
295 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performance));
[all …]
H A Ddistributeddb_kv_crud_test.cpp699 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performanceData[ps]));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h398 static bool CalculateInsertPerformance(PerformanceData &performanceData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1035 bool DistributedTestTools::CalculateInsertPerformance(PerformanceData &performanceData) function in DistributedTestTools