Files
rtems/cpukit
Joel Sherrill 2e83663a88 cpukit/configure.ac: Remove unused use ticks for statistics options
The following were not used in any code:
  __RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__
  __RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__

Both CPU Usage and Rate Monotonic Period Statistics are switched
to ticks resolution by configuring with __RTEMS_USE_TICKS_FOR_STATISTICS__
set to 1 on the configure command line.
2012-09-28 17:19:59 -05:00
..
2012-07-19 16:55:18 +02:00
2012-08-09 12:45:37 +02:00
2012-07-12 09:51:44 +02:00
2012-07-19 16:55:18 +02:00
2012-07-17 10:19:16 +02:00
2012-09-28 15:41:33 +02:00