Searched refs:hrtime (Results 1 – 17 of 17) sorted by relevance
24 function hrtime($as_number = false) { return p\Php73::hrtime($as_number); } function
8 - [`hrtime`](https://php.net/function.hrtime)
29 public static function hrtime($asNum = false) function in Symfony\\Polyfill\\Php73\\Php73
83 $timestamp = hrtime(true);86 $diff = hrtime(true) - $timestamp;
20 return function_exists('hrtime') ? hrtime(true) / 1e9 : microtime(true);
315 return (float) \function_exists('hrtime') ? \hrtime(true) / 1e9 : \microtime(true);
24133 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));
22750 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));
22759 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));
48 * Improvement: Added `GuzzleHttp\_current_time()` to use `hrtime()` if that function exists. [#2242…
326 * Improvement: Added `GuzzleHttp\_current_time()` to use `hrtime()` if that function exists. [#2242…
24136 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));
609 …ce.now()};else if(b.global.process&&process.hrtime){var v=process.hrtime();m=function(){var b=proc…
8 …hrtime?(System.Diagnostics.Stopwatch.frequency=new System.Int64(1e9),System.Diagnostics.Stopwatch.…
1743 …hrtime?(System.Diagnostics.Stopwatch.frequency=new System.Int64(1e9),System.Diagnostics.Stopwatch.…