summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill6-6/+6
This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
2014-06-03rhealstone: Produce proper begin/end messagesSebastian Huber6-12/+25
2014-04-15score: Static scheduler configurationSebastian Huber1-1/+5
Do not allocate the scheduler control structures from the workspace. This is a preparation step for configuration of clustered/partitioned schedulers on SMP.
2014-04-04rhealstone/rhmlatency: Fix configurationSebastian Huber1-0/+2
2014-03-06score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber1-1/+0
This function was only used in some tests and can be replaced with other functions.
2014-01-07rhealstone: Add start end and messagesJoel Sherrill6-0/+18
2014-01-05rhealstone: Add rh prefix to all test namesJoel Sherrill26-152/+159
This makes them easier to spot as a group in wildcard searches.
2014-01-05rhealstone/*.c: Add Print_Warning() call to indicate debug enabledJoel Sherrill6-1/+11
2014-01-05rhealstone/README: FormattingJoel Sherrill1-4/+5
2014-01-05Added Rhealstone benchmark to testsuitesDaniel Ramirez21-0/+1232
The Rhealstone benchmarks six operations that are critical components of a real-time system. It allows for an objective analysis to be performed, and allows for comparisons between systems. See rhealstone/README for more information.