/* * COPYRIGHT (c) 1989-2010. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include "test_support.h" #include "timesys.h" #include "tmtests_empty_function.h" void rtems_time_test_measure_operation( const char *description, rtems_time_test_method_t operation, void *argument, int iterations, int overhead ) { int i; uint32_t loop_overhead; uint32_t end_time; benchmark_timer_initialize(); for (i=0 ; i