summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcpucounter01/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/sptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-19/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+19
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.