Home
last modified time | relevance | path

Searched refs:getTime (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/js/test/
Dphantomjs-qunit.js28 start = new Date().getTime(),
31 if ((new Date().getTime() - start < maxtimeOutMillis) && !condition) {
41 … console.log("'waitFor()' finished in " + (new Date().getTime() - start) + 'ms.');
/thrift-3.4.0/contrib/fb303/
DTClientInfo.cpp78 void TClientInfoConnection::getTime(timespec* time) const { in getTime() function in apache::thrift::server::TClientInfoConnection
157 info->getTime(&start); in getStatsStrings()
DTClientInfo.h205 void getTime(timespec* time) const;