44#ifndef _RTEMS_BTIMER_H
45#define _RTEMS_BTIMER_H
rtems_status_code benchmark_timer_empty_function(void)
Benchmark Timer Empty Function.
void benchmark_timer_initialize(void)
Initialize the Benchmark Timer.
Definition: btimer.c:31
benchmark_timer_t benchmark_timer_read(void)
Read the Benchmark Timer.
Definition: btimer.c:60
uint32_t benchmark_timer_t
This type is used to return a Benchmark Timer value.
Definition: btimer.h:80
void benchmark_timer_disable_subtracting_average_overhead(bool find_flag)
Disable Average Overhead Removal from the Benchmark Timer.
Definition: btimer.c:89
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
This header file provides the status codes of Classic API directives and support functions.