summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcpucounter01/spcpucounter01.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+16
Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.