Home
last modified time | relevance | path

Searched refs:time4 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp1414 Timestamp time4 = 0; variable
1415 store->GetMaxTimestamp(g_tableName, time4);
1416 EXPECT_EQ(time4, time3);
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md1041 const time4 = new Date().getTime()
1054 'objName.asyncTestBool()耗时:'+ (time4 - time3),
1055 'objName.test()耗时:'+ (time5 - time4),