Revision: 14059
Author:
maz...@gmail.com
Date: Thu Jul 10 13:21:46 2014 UTC
Log: - Removed references to soarkernel.h in stats command help.
http://code.google.com/p/soar/source/detail?r=14059
Modified:
/wiki/CommandLineInterface.wiki
/wiki/cmd_stats.wiki
=======================================
--- /wiki/CommandLineInterface.wiki Sat Apr 9 00:51:37 2011 UTC
+++ /wiki/CommandLineInterface.wiki Thu Jul 10 13:21:46 2014 UTC
@@ -3085,7 +3085,7 @@
time. Additionally, as execution time increases, the difference between
these
two values will also increase. For those concerned about the performance
cost
of the timers, all the run time timing calculations can be compiled out of
the
-code by defining `NO_TIMING_STUFF` (in `soarkernel.h`) before compilation.
+code by defining `NO_TIMING_STUFF` (in `kernel.h`) before compilation.
== Examples ==
=======================================
--- /wiki/cmd_stats.wiki Wed Mar 23 20:20:51 2011 UTC
+++ /wiki/cmd_stats.wiki Thu Jul 10 13:21:46 2014 UTC
@@ -108,7 +108,7 @@
time. Additionally, as execution time increases, the difference between
these
two values will also increase. For those concerned about the performance
cost
of the timers, all the run time timing calculations can be compiled out of
the
-code by defining `NO_TIMING_STUFF` (in `soarkernel.h`) before compilation.
+code by defining `NO_TIMING_STUFF` (in `kernel.h`) before compilation.
== Examples ==