diff options
| author | Christian Schneider | 2026-03-23 14:49:23 +0100 |
|---|---|---|
| committer | Christian Schneider | 2026-03-23 14:49:23 +0100 |
| commit | 7211d0baed1e77db85ab0c21062ddeeecac7caaf (patch) | |
| tree | 72d4568d4eb19270e17c7b8d8db2897a0ca92cd0 /it_auto_prepend.php | |
| parent | 53cea921e33a9bfc7f98e873c5f791f74edfaa78 (diff) | |
| download | itools-7211d0baed1e77db85ab0c21062ddeeecac7caaf.tar.gz itools-7211d0baed1e77db85ab0c21062ddeeecac7caaf.tar.bz2 itools-7211d0baed1e77db85ab0c21062ddeeecac7caaf.zip | |
Switch ULTRATIME and some other runtime measurements to hrtime()
Diffstat (limited to 'it_auto_prepend.php')
| -rw-r--r-- | it_auto_prepend.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ -$GLOBALS['ULTRATIME'] = microtime(true); +$GLOBALS['ULTRATIME'] = hrtime(true); unset($GLOBALS['IT_SYNTAXCONVERTER_DIR']); # Security measure for register_globals on #$debug_itclassloader = true; |