RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Structures | Macros | Functions
#include <rtems/score/cpuimpl.h>
#include "tx-support.h"
#include <rtems/test.h>

Data Structures

struct  ScoreCpuValPerf_Context
 Test context for spec:/score/cpu/val/perf test case. More...
 

Macros

#define NOPS_10
 
#define NOPS_100
 

Functions

 T_TEST_CASE_FIXTURE (ScoreCpuValPerf, &ScoreCpuValPerf_Fixture)
 

Macro Definition Documentation

◆ NOPS_10

#define NOPS_10
Value:
_CPU_Instruction_no_operation(); _CPU_Instruction_no_operation(); \
_CPU_Instruction_no_operation(); _CPU_Instruction_no_operation(); \
_CPU_Instruction_no_operation(); _CPU_Instruction_no_operation(); \
_CPU_Instruction_no_operation(); _CPU_Instruction_no_operation(); \
_CPU_Instruction_no_operation(); _CPU_Instruction_no_operation();

◆ NOPS_100

#define NOPS_100
Value:
NOPS_10 NOPS_10 NOPS_10 NOPS_10 NOPS_10 NOPS_10 NOPS_10 \
NOPS_10 NOPS_10 NOPS_10