Home
last modified time | relevance | path

Searched refs:hrtime (Results 1 – 11 of 11) sorted by last modified time

/PHP-8.2/
H A Drun-tests.php686 $start_time = hrtime(true);
692 $end_time = hrtime(true);
735 $start_time = hrtime(true);
741 $end_time = hrtime(true);
780 function hrtime(bool $as_num = false) function
/PHP-8.2/ext/standard/
H A Dhrtime.c47 PHP_FUNCTION(hrtime) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2198 function hrtime(bool $as_number = false): array|int|float|false {}
H A Dbasic_functions_arginfo.h2505 ZEND_FUNCTION(hrtime);
3139 ZEND_FE(hrtime, arginfo_hrtime)
H A Dconfig.m4449 net.c hrtime.c crc32_x86.c libavifinfo/avifinfo.c,,,
H A Dconfig.w3238 streamsfuncs.c http.c flock_compat.c hrtime.c", false /* never shared */,
/PHP-8.2/ext/standard/tests/hrtime/
H A Dhrtime.phpt2 Test hrtime() aligns with microtime()
9 $h0 = hrtime(true);
11 $h1 = hrtime(true);
H A Dhrtime_array.phpt2 Test hrtime() return array
6 var_dump(hrtime());
/PHP-8.2/ext/hash/
H A Dbench.php14 $start = hrtime(true);
18 $time[$algo] += hrtime(true)-$start;
/PHP-8.2/Zend/
H A Dbench.php350 $hrtime = hrtime();
351 return (($hrtime[0]*1000000000 + $hrtime[1]) / 1000000000);
H A Dmicro_bench.php243 $hrtime = hrtime();
244 return (($hrtime[0]*1000000000 + $hrtime[1]) / 1000000000);

Completed in 56 milliseconds