of.console.interval#

of.console.interval *interval* <int>

Set the interval to print the results on the console screen. A high frequency of outputting rate will reduce the computational speed and could be unnecessary.


Parameters:

interval: (default 1000) The interval for results to print on the screen.

Example:

# Default
of.console.interval 1000