Debug class
Provides methods useful for debugging or development.
Currently only provides timer capability.
This file is licensed under the MIT license
$timer = Debug::startTimer();
execute_some_code();
$elapsed = Debug::stopTimer($timer);
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon.
Common
API reference based on ProcessWire core version 3.0.251