Home
last modified time | relevance | path

Searched refs:CalculateGetPutPerformance (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.cpp108 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
120 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
155 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
167 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
202 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
214 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
246 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
257 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
285 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
296 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performance));
[all …]
H A Ddistributeddb_kv_crud_test.cpp700 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performanceData[ps]));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h399 static bool CalculateGetPutPerformance(PerformanceData &performanceData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1087 bool DistributedTestTools::CalculateGetPutPerformance(PerformanceData &performanceData) function in DistributedTestTools