You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All examples assume you've included the class file: <?php include 'class.Bench.php'; ...
Bench::start() must be called before any other method in Bench can be used. Bench will not throw any exceptions or trigger a PHP error. Instead, all errors are logged using error_log() and internally per request. Most errors simply state that start() needed to be ran before a method was called.