Home
last modified time | relevance | path

Searched refs:CalculateUpdatePerformance (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.cpp109 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
121 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
156 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
168 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
203 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
215 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
247 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
258 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
286 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
297 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performance));
[all …]
H A Ddistributeddb_kv_crud_test.cpp701 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performanceData[ps]));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h400 static bool CalculateUpdatePerformance(PerformanceData &performanceData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1142 bool DistributedTestTools::CalculateUpdatePerformance(PerformanceData &performanceData) function in DistributedTestTools