RTEMS Logo

RTEMS 4.9.4 On-Line Library


Timer Driver benchmark_timer_disable_subtracting_average_overhead

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

10.1.3: benchmark_timer_disable_subtracting_average_overhead

This routine is invoked by the "Check Timer" (tmck) test in the RTEMS Timing Test Suite. It makes the benchmark_timer_read routine NOT subtract the overhead required to initialize and read the benchmark timer. This is used by the tmoverhd test to determine the overhead required to initialize and read the timer.

void benchmark_timer_disable_subtracting_average_overhead(bool find_flag)
{
    disable the subtract overhead feature
}

The benchmark_timer_find_average_overhead variable is used to indicate the state of the "subtract overhead feature".


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2008 OAR Corporation