Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 821 Bytes

cmd_timers.wiki

File metadata and controls

28 lines (19 loc) · 821 Bytes

  1. summary timers command documentation

Table of Contents

timers

Toggle on or off the internal timers used to profile Soar.

Synopsis

Options

|| `-d, --disable, --off` || Disable all timers. || || `-e, --enable, --on` || Enable timers as compiled. ||

Description

This command is used to control the timers that collect internal profiling information while Soar is running. With no arguments, this command prints out the current timer status. Timers are ENABLED by default. The default compilation flags for soar enable the basic timers and disable the detailed timers. The timers command can only enable or disable timers that have already been enabled with compiler directives. See the [cmd_stats] command for more info on the Soar timing system.

See Also

[cmd_stats]