Cobra Interactive Query Language runtimes

NAME

runtimes [on/off] — change the display mode to non-verbose

SYNTAX

	runtimes	# toggles the value
	runtimes on
	runtimes off	# the default

DESCRIPTION

Without arguments, the display of runtime measurements for each command executed is toggled. The default value is off, which means that no runtime counts are printed. With an argument the flag is either enabled or disabled.

EXAMPLES

	: runtimes on
	: m for
	: runtimes off

NOTES

Runtimes can also be enabled with the -runtimes command-line option.

Return to index
Manual
Tutorial
(Last Updated: 9 January 2026)