Debug::startTimer()

Start a new timer

Usage

// basic usage
$string = Debug::startTimer();

// usage with all arguments
$string = Debug::startTimer(string $key = '');

Arguments

NameType(s)Description
$key (optional)string

Optionally specify name for new timer

Return value

string


Debug methods and properties

API reference based on ProcessWire core version 3.0.251