AsyncMysqlResult::elapsedMicros

The total time for the specific MySQL operation, in microseconds

abstract public function elapsedMicros(): int;

Returns

  • int - the total operation time as int microseconds.

Examples

AsyncMysqlResult is abstract. See specific, concrete classes for examples of AsyncMysqlResult::elapsedMicros (e.g., AsyncMysqlConnectResult, AsyncMysqlErrorResult)