From 7211d0baed1e77db85ab0c21062ddeeecac7caaf Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 23 Mar 2026 14:49:23 +0100 Subject: Switch ULTRATIME and some other runtime measurements to hrtime() --- it_auto_prepend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_auto_prepend.php') diff --git a/it_auto_prepend.php b/it_auto_prepend.php index b606e3f..3abcf9c 100644 --- a/it_auto_prepend.php +++ b/it_auto_prepend.php @@ -17,7 +17,7 @@ ** along with this program. If not, see . */ -$GLOBALS['ULTRATIME'] = microtime(true); +$GLOBALS['ULTRATIME'] = hrtime(true); unset($GLOBALS['IT_SYNTAXCONVERTER_DIR']); # Security measure for register_globals on #$debug_itclassloader = true; -- cgit v1.2.3