Home
last modified time | relevance | path

Searched refs:hrtime (Results 1 – 17 of 17) sorted by relevance

/plugin/elasticsearch/vendor/symfony/polyfill-php73/
Dbootstrap.php24 function hrtime($as_number = false) { return p\Php73::hrtime($as_number); } function
DREADME.md8 - [`hrtime`](https://php.net/function.hrtime)
DPhp73.php29 public static function hrtime($asNum = false) function in Symfony\\Polyfill\\Php73\\Php73
/plugin/stopwatch/
Dsyntax.php83 $timestamp = hrtime(true);
86 $diff = hrtime(true) - $timestamp;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DUtils.php20 return function_exists('hrtime') ? hrtime(true) / 1e9 : microtime(true);
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php315 return (float) \function_exists('hrtime') ? \hrtime(true) / 1e9 : \microtime(true);
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js24133 else if (Opal.global.process && process.hrtime) {
24135 var hrtime_base = process.hrtime();
24138 var hrtime = process.hrtime(hrtime_base);
24139 var us = (hrtime[1] / 1000) | 0; // cut below microsecs;
24140 return ((hrtime[0] * 1000) + (us / 1000));
Dindex.mjs22750 else if (Opal.global.process && process.hrtime) {
22752 var hrtime_base = process.hrtime();
22755 var hrtime = process.hrtime(hrtime_base);
22756 var us = (hrtime[1] / 1000) | 0; // cut below microsecs;
22757 return ((hrtime[0] * 1000) + (us / 1000));
Dindex.cjs22759 else if (Opal.global.process && process.hrtime) {
22761 var hrtime_base = process.hrtime();
22764 var hrtime = process.hrtime(hrtime_base);
22765 var us = (hrtime[1] / 1000) | 0; // cut below microsecs;
22766 return ((hrtime[0] * 1000) + (us / 1000));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md48 * Improvement: Added `GuzzleHttp\_current_time()` to use `hrtime()` if that function exists. [#2242…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js24133 else if (Opal.global.process && process.hrtime) {
24135 var hrtime_base = process.hrtime();
24138 var hrtime = process.hrtime(hrtime_base);
24139 var us = (hrtime[1] / 1000) | 0; // cut below microsecs;
24140 return ((hrtime[0] * 1000) + (us / 1000));
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md326 * Improvement: Added `GuzzleHttp\_current_time()` to use `hrtime()` if that function exists. [#2242…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js24136 else if (Opal.global.process && process.hrtime) {
24138 var hrtime_base = process.hrtime();
24141 var hrtime = process.hrtime(hrtime_base);
24142 var us = (hrtime[1] / 1000) | 0; // cut below microsecs;
24143 return ((hrtime[0] * 1000) + (us / 1000));
Dasciidoctor.min.js609 …ce.now()};else if(b.global.process&&process.hrtime){var v=process.hrtime();m=function(){var b=proc…
/plugin/diagramsnet/lib/js/orgchart/
Dbridge.min.js8hrtime?(System.Diagnostics.Stopwatch.frequency=new System.Int64(1e9),System.Diagnostics.Stopwatch.…
/plugin/diagramsnet/lib/js/
Dorgchart.min.js8hrtime?(System.Diagnostics.Stopwatch.frequency=new System.Int64(1e9),System.Diagnostics.Stopwatch.…
Dextensions.min.js1743hrtime?(System.Diagnostics.Stopwatch.frequency=new System.Int64(1e9),System.Diagnostics.Stopwatch.…