execution_time


Description:

public double execution_time { get; }

A timer for determining how much time (wall-clock) has been spent executing the statement.

This clock is started and stopped each time step () is called, and reset when reset () is called.

Returns:

seconds elapsed

See also:

Database.enable_profiling