aboutsummaryrefslogtreecommitdiffstats
path: root/native/include/cpu_time.h
Commit message (Collapse)AuthorAge
* Add benchmarking helper classBjoern Brandenburg2013-02-12
| | | | | CPUClock is useful for repeatedly measuring how long some piece of code executes.
* Implement timeout in BaruahGEDFBjoern Brandenburg2012-04-11
Give up after running for 5 seconds. This is almost never triggered, but once in a while this should help to catch a pseudo-polynomial excursion.