Home
last modified time | relevance | path

Searched refs:getMicroTime (Results 1 – 25 of 34) sorted by relevance

12

/dports/finance/skrooge/skrooge-2.26.1/tests/skgbasemodelertest/
H A Dskgtestmultidocument.cpp185 double elapse = SKGServices::getMicroTime(); in main()
192 double time = SKGServices::getMicroTime() - elapse; in main()
202 double elapse = SKGServices::getMicroTime(); in main()
209 double time = SKGServices::getMicroTime() - elapse; in main()
215 time = SKGServices::getMicroTime() - elapse; in main()
230 double elapse = SKGServices::getMicroTime(); in main()
237 double time = SKGServices::getMicroTime() - elapse; in main()
247 double elapse = SKGServices::getMicroTime(); in main()
260 time = SKGServices::getMicroTime() - elapse; in main()
283 double elapse = SKGServices::getMicroTime(); in main()
[all …]
/dports/net/socketapi/socketapi-2.2.19/cppsocketapi/
H A Dbreakdetector.cc72 const card64 now = getMicroTime(); in breakDetector()
121 PrintedBreak = getMicroTime(); in breakDetected()
H A Dmultitimerthread.icc121 card64 now = getMicroTime();
154 now = getMicroTime();
171 now = getMicroTime();
207 now = getMicroTime();
217 now = getMicroTime();
277 const card64 now = getMicroTime();
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/modules/core/
H A Dfooter.php6 echo 'PHP script executed in: ' . (getMicroTime() - $start .' secs<br>');
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/
H A Dindex.php40 function getMicroTime() { function
45 $start = getMicroTime();
/dports/devel/love08/love-0.8.0/src/modules/timer/
H A DTimer.h78 virtual double getMicroTime() const = 0;
H A Dwrap_Timer.cpp66 lua_pushnumber(L, instance->getMicroTime()); in w_getMicroTime()
/dports/devel/love07/love-HEAD/src/modules/timer/sdl/
H A DTimer.h120 float getMicroTime() const;
H A Dwrap_Timer.cpp65 lua_pushnumber(L, instance->getMicroTime()); in w_getMicroTime()
H A DTimer.cpp102 float Timer::getMicroTime() const in getMicroTime() function in love::timer::sdl::Timer
/dports/devel/love08/love-0.8.0/src/modules/timer/sdl/
H A DTimer.h60 double getMicroTime() const;
H A DTimer.cpp104 double Timer::getMicroTime() const in getMicroTime() function in love::timer::sdl::Timer
/dports/net/socketapi/socketapi-2.2.19/socketapi/
H A Drandomizer.cc54 Value = (card32)getMicroTime(); in setSeed()
H A Dtools.h68 inline card64 getMicroTime();
H A Dtools.cc126 const card64 microTime = getMicroTime(); in printTimeStamp()
H A Dsctpsocketmaster.cc154 LastGarbageCollection = getMicroTime(); in SCTPSocketMaster()
280 card64 now = getMicroTime(); in run()
298 now = getMicroTime(); in run()
395 LastGarbageCollection = getMicroTime(); in socketGarbageCollection()
441 << getMicroTime() - LastGarbageCollection << " s" << std::endl; in socketGarbageCollection()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/
H A DDebugger.php132 public function getMicroTime() { function in go\\core\\Debugger
283 return ($this->getMicroTime() * 1000) - ($_SERVER["REQUEST_TIME_FLOAT"] * 1000);
/dports/net/subnetcalc/subnetcalc-2.4.18/src/
H A Dtools.h42 unsigned long long getMicroTime();
H A Dtools.cc49 unsigned long long getMicroTime() in getMicroTime() function
/dports/security/nextcloud-passman/passman/lib/Utility/
H A DUtils.php39 public static function getMicroTime() { function in OCA\\Passman\\Utility\\Utils
/dports/finance/skrooge/skrooge-2.26.1/plugins/generic/skg_debug/
H A Dskgdebugpluginwidget.cpp160 double time = SKGServices::getMicroTime(); in onExecuteSqlOrder()
169 time = SKGServices::getMicroTime() - time; in onExecuteSqlOrder()
/dports/net/socketapi/socketapi-2.2.19/cppsocket_programs/
H A Dsctpportscanner.cc291 timeout[i] = connectTimeout + getMicroTime(); in main()
341 if((clientSocket[i] != NULL) && (timeout[i] <= getMicroTime())) { in main()
/dports/finance/skrooge/skrooge-2.26.1/plugins/generic/skg_advice/
H A Dskgadviceboardwidget.cpp156 double elapse = SKGServices::getMicroTime(); in dataModified()
158 elapse = SKGServices::getMicroTime() - elapse; in dataModified()
/dports/finance/skrooge/skrooge-2.26.1/skgbasemodeler/
H A Dskgservices.h535 static double getMicroTime();
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/db/
H A DConnection.php560 $build['start'] = go()->getDebugger()->getMicroTime();

12