summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/rhtaskpreempt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-161-1/+1
| | | | | | | | | | | | | | 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.
* rhealstone: Produce proper begin/end messagesSebastian Huber2014-06-031-2/+5
|
* rhealstone: Add start end and messagesJoel Sherrill2014-01-071-0/+3
|
* rhealstone: Add rh prefix to all test namesJoel Sherrill2014-01-053-0/+174
This makes them easier to spot as a group in wildcard searches.