Skip to content

Commit 1f2dbae

Browse files
committed
Add constant to enable performance measurements
1 parent 79c0b6a commit 1f2dbae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/_include.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
declare(strict_types=1);
44

5+
// Set start-time for debugging purposes
6+
define('SIMPLESAMLPHP_START', hrtime(true));
7+
58
// initialize the autoloader
69
require_once(dirname(__FILE__, 2) . '/src/_autoload.php');
710

0 commit comments

Comments
 (0)