Searched refs:time5 (Results 1 – 3 of 3) sorted by relevance
325 let time5: number = new Date().getTime()326 let currentTime5: string = timestampToDateFormat(time5)
1422 Timestamp time5 = 0; variable1423 store->GetMaxTimestamp(tableName, time5);1424 EXPECT_EQ(time5, 0uLL);
1044 const time5 = new Date().getTime()1055 'objName.test()耗时:'+ (time5 - time4),1056 'objTestName.webTest()耗时:'+ (time6 - time5),