|
|
|
|
|
by bob1029
1309 days ago
|
|
Sub millisecond timing is basically impossible with context switching involved. Even on a real time kernel config, the best you are going to get with a time slice is 1ms. With busy waiting, you can achieve timings in the sub-microsecond range, depending on how heavy the loop is. |
|
Key words: constant TSC, invariant TSC, TSC clocksource