Debug::startTimer()
Start a new timer
Usage
// basic usage
$string = Debug::startTimer();
// usage with all arguments
$string = Debug::startTimer(string $key = '');Arguments
| Name | Type(s) | Description |
|---|---|---|
$key (optional) | string | Optionally specify name for new timer |
Return value
string
API reference based on ProcessWire core version 3.0.253